From b71825db91b3d99417693dd004178ff926edc887 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 9 Aug 2008 03:39:06 +0000 Subject: [PATCH] * luci/themes: trivial css fix for openwrt.org and fledermaus theme --- themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css | 3 ++- themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.11.0