diff options
Diffstat (limited to 'admin/template/yoga/default-layout.css')
-rw-r--r-- | admin/template/yoga/default-layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/yoga/default-layout.css b/admin/template/yoga/default-layout.css index 09e830d86..a51cc706d 100644 --- a/admin/template/yoga/default-layout.css +++ b/admin/template/yoga/default-layout.css @@ -254,7 +254,7 @@ INPUT, SELECT { margin: 0; font-size: 1em; /* <= some browsers don't set it correctly */ } -UL, DL, LI { text-align: left;} +UL, DL { text-align: left;} TABLE { /* horizontaly centered */ margin-left: auto; margin-right: auto; |