summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2010-12-06 00:40:25 +0000
committerManuel Munz <freifunk@somakoma.de>2010-12-06 00:40:25 +0000
commit655a313479d76c453d08af0fc649ebc7b010a436 (patch)
tree6f1fb74823c509d155a11f7df879f6bb55c078f7 /themes/freifunk
parent617aa2f91cbec692fc3f74566677b7b265f1f8f8 (diff)
themes: remove obsolete css (memorybar etc.)
Diffstat (limited to 'themes/freifunk')
-rw-r--r--themes/freifunk/htdocs/luci-static/freifunk/cascade.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
index 5e2ce5e27..e40ddb808 100644
--- a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
+++ b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
@@ -654,32 +654,6 @@ ul.cbi-apply {
padding: 0.5em;
}
-#memorybar {
- width:200px;
- height:8px;
- border:1px solid #bbb;
- background-color:red
-}
-
-#memfree, #membuffers, #memcached {
- float:right;
- border:1px solid #bbb;
- height:6px;
-}
-
-#memfree {
- background-color:green;
-}
-
-#membuffers {
- background-color:yellow;
-}
-
-#memcached {
- background-color:orange;
-}
-
-
/* obligatory IE6 Voodoo Code */
* html body {
padding-left: 50% !important;