mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Correct text alignment in tables
This commit is contained in:
parent
9617716652
commit
ddd7e33581
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/application-b228671939.css
Normal file
1
material/assets/stylesheets/application-b228671939.css
Normal file
File diff suppressed because one or more lines are too long
@ -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 %}
|
||||
|
@ -115,7 +115,6 @@ table {
|
||||
td,
|
||||
th {
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user