diff options
Diffstat (limited to 'themes/fledermaus')
-rw-r--r-- | themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index 63f51d852e..6326cacadd 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -539,32 +539,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; |