From e71c2a92269d123228f4803a4777a5452045d6b8 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Thu, 14 Aug 2014 21:03:13 +0200 Subject: inc/html: add deprecation message about collectd 4 --- layout/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'layout/style.css') 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 { text-decoration: none; } -#warnheader { +.warnheader { background: #ffe583; padding: 8px 8px 8px 18px; border-bottom: 1px solid #d5ad14; @@ -155,3 +155,9 @@ legend { font-weight: normal; text-shadow: 0 0 1px red; } + +code { + font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace; + background-color: rgba(0,0,0,0.1); + padding: 0 0.2em; +} -- cgit v1.1