Correct text alignment in tables

This commit is contained in:
squidfunk 2017-01-03 22:22:30 +01:00
parent 9617716652
commit ddd7e33581
5 changed files with 2 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@
{% include "partials/fonts.html" %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-187189384b.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-b228671939.css">
{% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0352baa348.palette.css">
{% endif %}

View File

@ -115,7 +115,6 @@ table {
td,
th {
font-weight: normal;
text-align: left;
vertical-align: top;
}

View File

@ -412,7 +412,6 @@ kbd {
// Data table wrapper, in case JavaScript is available
.md-typeset__table {
margin: 1.6em -1.6rem;
text-align: center;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
@ -420,7 +419,6 @@ kbd {
table {
display: inline-block;
margin: 0 1.6rem;
text-align: left;
}
}
}