aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout
diff options
context:
space:
mode:
authorPim van den Berg2010-01-12 19:58:47 +0100
committerPim van den Berg2010-01-12 20:19:47 +0100
commit924495bb2d732548083de9e54bf93eebe7f0d910 (patch)
tree1f9deb6f85c00cf568d6738752bb21a6a3658521 /layout
parentupdate changelog to v0.2 (diff)
downloadapt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.zip
apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.gz
apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.bz2
apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.xz
make rrdtool executable configurable
Diffstat (limited to 'layout')
-rw-r--r--layout/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css
index 2e2003e..83664a4 100644
--- a/layout/style.css
+++ b/layout/style.css
@@ -81,3 +81,8 @@ hr {
81.small { 81.small {
82 font-size: 0.7em; 82 font-size: 0.7em;
83} 83}
84
85.warn {
86 font-weight: bold;
87 color: #D50100;
88}