diff --git a/interface/web/themes/default/css/screen/content.css b/interface/web/themes/default/css/screen/content.css index cce6b74ba14bf2a204b87463c468eeffb584d375..172fad54eb7b4298cc95d46da2f5c984ef24f988 100644 --- a/interface/web/themes/default/css/screen/content.css +++ b/interface/web/themes/default/css/screen/content.css @@ -175,7 +175,7 @@ table.full { width: 100%; } table.fixed { table-layout:fixed } - th,td { padding: 0.5em;text-align:l; } + th,td { padding: 0.5em;text-align:left; } thead th { background: #444 url(../../images/lists_thead_bg.png) repeat-x; color: #fff } tbody th { background: #ccc; color: #333 } tbody th.sub { background: #ddd; color: #333 }