diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-12-06 00:40:25 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-12-06 00:40:25 +0000 |
commit | 655a313479d76c453d08af0fc649ebc7b010a436 (patch) | |
tree | 6f1fb74823c509d155a11f7df879f6bb55c078f7 /themes/openwrt.org-oxygen | |
parent | 617aa2f91cbec692fc3f74566677b7b265f1f8f8 (diff) |
themes: remove obsolete css (memorybar etc.)
Diffstat (limited to 'themes/openwrt.org-oxygen')
-rw-r--r-- | themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css index 8aea90999..35f1924fb 100644 --- a/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css +++ b/themes/openwrt.org-oxygen/htdocs/luci-static/openwrt.org-oxygen/cascade.css @@ -771,33 +771,4 @@ td.cbi-value-error { padding: 0.5em; } -#memorybar { - width: 200px; - height: 8px; - border: 1px solid #bbb; - color: black; - background-color: red; -} - -#memfree, #membuffers, #memcached { - float: right; - border: 1px solid #bbb; - height: 6px; -} - -#memfree { - background-color: green; - color: black; -} - -#membuffers { - background-color: yellow; - color: black; -} - -#memcached { - background-color: #ffa500; - color: black; -} - } |