diff options
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;
-}
}
|