* luci/themes: trivial css fix for openwrt.org and fledermaus theme
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 9 Aug 2008 03:39:06 +0000 (03:39 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 9 Aug 2008 03:39:06 +0000 (03:39 +0000)
themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index 0ab856f..d9ec173 100644 (file)
@@ -171,7 +171,7 @@ div#content ul {
        padding: 0.5em;
        background: #f8f9fe;
        color: #000000;
-       font-size: 80%; 
+       font-size: 80%;
 }
 
 #content h1 {
@@ -272,6 +272,7 @@ table.smalltext {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
+       border-collapse: collapse;
 }
 
 table.smalltext tr:hover td {
index c699af6..8144a10 100644 (file)
@@ -265,6 +265,7 @@ table.smalltext {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
+       border-collapse: collapse;
 }
 
 table.smalltext tr:hover td {