diff options
| author | Pim van den Berg | 2014-07-25 22:05:44 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-07-25 22:05:44 +0200 |
| commit | 9c1afbca92af650a216ea39de1fe75278eeae418 (patch) | |
| tree | 0f91ea6ea13eec990643be2ebcda46e5af21d0bb /layout | |
| parent | jsrrdgraph: Fix get reponseText in FetchBinaryURL (diff) | |
| download | apt-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 '')
| -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 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 | ||
| 27 | h1 { | 33 | h1 { |
| 28 | margin-top: 0; | 34 | margin: 0; |
| 29 | font-size: 1em; | 35 | font-size: 1em; |
| 30 | } | 36 | } |
| 31 | 37 | ||
