diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-18 04:24:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-18 04:24:07 +0000 |
commit | aa4e848841402844611b12002df04f8226b272fa (patch) | |
tree | 4453f9b2b481eb877e5b6683cc79880a9578fe26 | |
parent | c1092f58460bd4bb55f6ddc1c809b4ccd64966b8 (diff) |
themes/openwrt: layout tweaks
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 9c9c31e2e..76f7e0efc 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -25,6 +25,11 @@ body { a img { border: none; + text-decoration: none; +} + +small { + white-space: nowrap; } ul.tabmenu { |