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/freifunk-hannover/htdocs | |
parent | 617aa2f91cbec692fc3f74566677b7b265f1f8f8 (diff) |
themes: remove obsolete css (memorybar etc.)
Diffstat (limited to 'themes/freifunk-hannover/htdocs')
-rw-r--r-- | themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css index cb414f789..6837713a4 100644 --- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css +++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css @@ -787,33 +787,5 @@ 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;
-}
}
|