diff options
| -rw-r--r-- | layout/style-c.css | 12 | ||||
| -rw-r--r-- | layout/style-d.css | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/layout/style-c.css b/layout/style-c.css index 514ea66..83c64bc 100644 --- a/layout/style-c.css +++ b/layout/style-c.css | |||
| @@ -1,4 +1,16 @@ | |||
| 1 | #content { | ||
| 2 | padding-left: 5px; | ||
| 3 | } | ||
| 4 | |||
| 5 | #footer { | ||
| 6 | padding-left: 5px; | ||
| 7 | } | ||
| 8 | |||
| 1 | .row .hostinfo { | 9 | .row .hostinfo { |
| 2 | font-size: 0.7em; | 10 | font-size: 0.7em; |
| 3 | opacity: 0.6; | 11 | opacity: 0.6; |
| 4 | } | 12 | } |
| 13 | |||
| 14 | .plugins { | ||
| 15 | display: none; | ||
| 16 | } | ||
diff --git a/layout/style-d.css b/layout/style-d.css index e69de29..244e96a 100644 --- a/layout/style-d.css +++ b/layout/style-d.css | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | .graphs img { | ||
| 2 | width: 99%; | ||
| 3 | } | ||
