* luci/themes: trivial css fix for openwrt.org and fledermaus theme

This commit is contained in:
Jo-Philipp Wich 2008-08-09 03:39:06 +00:00
parent f3624d2ccd
commit b71825db91
2 changed files with 3 additions and 1 deletions

View file

@ -272,6 +272,7 @@ table.smalltext {
width: 80%; width: 80%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
border-collapse: collapse;
} }
table.smalltext tr:hover td { table.smalltext tr:hover td {

View file

@ -265,6 +265,7 @@ table.smalltext {
width: 80%; width: 80%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
border-collapse: collapse;
} }
table.smalltext tr:hover td { table.smalltext tr:hover td {