mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Added a line to css to make sure th woul align left.
This commit is contained in:
4
docs/theme/docker/static/css/main.css
vendored
4
docs/theme/docker/static/css/main.css
vendored
@@ -330,3 +330,7 @@ section.header {
|
||||
@media (max-width: 480px) {
|
||||
|
||||
}
|
||||
/* Misc fixes */
|
||||
table th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
5
docs/theme/docker/static/css/main.less
vendored
5
docs/theme/docker/static/css/main.less
vendored
@@ -449,4 +449,9 @@ section.header {
|
||||
@media (max-width: 480px) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* Misc fixes */
|
||||
table th {
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user