diff options
author | Pim van den Berg | 2014-08-14 21:03:13 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-08-14 21:03:13 +0200 |
commit | e71c2a92269d123228f4803a4777a5452045d6b8 (patch) | |
tree | 9bd34852544fa910e9b7da9a185ab015f48c626c /layout | |
parent | type/base: fix undefined variable rrd_url when graph_type != canvas (diff) | |
download | apt-panopticon_cgp-e71c2a92269d123228f4803a4777a5452045d6b8.zip apt-panopticon_cgp-e71c2a92269d123228f4803a4777a5452045d6b8.tar.gz apt-panopticon_cgp-e71c2a92269d123228f4803a4777a5452045d6b8.tar.bz2 apt-panopticon_cgp-e71c2a92269d123228f4803a4777a5452045d6b8.tar.xz |
inc/html: add deprecation message about collectd 4
Diffstat (limited to 'layout')
-rw-r--r-- | layout/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/layout/style.css b/layout/style.css index e344cf7..19ec77e 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -15,7 +15,7 @@ body { | |||
15 | text-decoration: none; | 15 | text-decoration: none; |
16 | } | 16 | } |
17 | 17 | ||
18 | #warnheader { | 18 | .warnheader { |
19 | background: #ffe583; | 19 | background: #ffe583; |
20 | padding: 8px 8px 8px 18px; | 20 | padding: 8px 8px 8px 18px; |
21 | border-bottom: 1px solid #d5ad14; | 21 | border-bottom: 1px solid #d5ad14; |
@@ -155,3 +155,9 @@ legend { | |||
155 | font-weight: normal; | 155 | font-weight: normal; |
156 | text-shadow: 0 0 1px red; | 156 | text-shadow: 0 0 1px red; |
157 | } | 157 | } |
158 | |||
159 | code { | ||
160 | font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace; | ||
161 | background-color: rgba(0,0,0,0.1); | ||
162 | padding: 0 0.2em; | ||
163 | } | ||