diff options
-rw-r--r-- | themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css | 3 | ||||
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index 0ab856fc3..d9ec173d8 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -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 { diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index c699af6a9..8144a10d9 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -265,6 +265,7 @@ table.smalltext { width: 80%; margin-left: auto; margin-right: auto; + border-collapse: collapse; } table.smalltext tr:hover td { |