diff options
author | Steven Barth <steven@midlink.org> | 2008-07-16 10:48:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-16 10:48:39 +0000 |
commit | 65cde96c5b05e04c24b0f272b577df67193d7c0b (patch) | |
tree | 7d1b59b19dc77b860045f9197c2c63985e48571d /themes/openwrt.org/htdocs/luci-static | |
parent | 429473aed896a8f038d8934c8711a29366a894c5 (diff) |
Several small cleanups and improvements
modules/admin-mini: Added reboot page
Diffstat (limited to 'themes/openwrt.org/htdocs/luci-static')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 5 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 2ca2cb4f64..0febd3b6e3 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -24,6 +24,11 @@ div#content ul { margin-left: 2em; } +.warning { + color: red !important; + font-weight: bold; +} + .clear { clear: both; height: 1px; |