diff options
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 | } | ||
