aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout
diff options
context:
space:
mode:
authorPim van den Berg2014-07-25 22:05:44 +0200
committerPim van den Berg2014-07-25 22:05:44 +0200
commit9c1afbca92af650a216ea39de1fe75278eeae418 (patch)
tree0f91ea6ea13eec990643be2ebcda46e5af21d0bb /layout
parentjsrrdgraph: Fix get reponseText in FetchBinaryURL (diff)
downloadapt-panopticon_cgp-9c1afbca92af650a216ea39de1fe75278eeae418.zip
apt-panopticon_cgp-9c1afbca92af650a216ea39de1fe75278eeae418.tar.gz
apt-panopticon_cgp-9c1afbca92af650a216ea39de1fe75278eeae418.tar.bz2
apt-panopticon_cgp-9c1afbca92af650a216ea39de1fe75278eeae418.tar.xz
support php versions without json support and show a warning message
Diffstat (limited to 'layout')
-rw-r--r--layout/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/layout/style.css b/layout/style.css
index 3d5c94b..e344cf7 100644
--- a/layout/style.css
+++ b/layout/style.css
@@ -15,6 +15,12 @@ body {
15 text-decoration: none; 15 text-decoration: none;
16} 16}
17 17
18#warnheader {
19 background: #ffe583;
20 padding: 8px 8px 8px 18px;
21 border-bottom: 1px solid #d5ad14;
22}
23
18#content { 24#content {
19 padding-left: 20px; 25 padding-left: 20px;
20} 26}
@@ -25,7 +31,7 @@ body {
25} 31}
26 32
27h1 { 33h1 {
28 margin-top: 0; 34 margin: 0;
29 font-size: 1em; 35 font-size: 1em;
30} 36}
31 37