mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added a line to css to make sure th woul align left.
This commit is contained in:
parent
7b1ec9ff30
commit
070b1cd541
2 changed files with 9 additions and 0 deletions
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;
|
||||
}
|
Loading…
Add table
Reference in a new issue