diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-09 03:39:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-09 03:39:06 +0000 |
commit | b71825db91b3d99417693dd004178ff926edc887 (patch) | |
tree | f4540ce3f9f630ca2e49eeed68324f0b3be034cf /themes/openwrt.org | |
parent | f3624d2ccd3abbfd7b9c662295c6d71e38db71c4 (diff) |
* luci/themes: trivial css fix for openwrt.org and fledermaus theme
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |