diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-01 19:52:05 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-01 19:52:05 +0200 |
| commit | 616ae326c3155d255cb9fa37917dd384e0ce1556 (patch) | |
| tree | 08eb6ba4ce159e82c1f585daf92e1988e0487115 /default/htdocs/styles/default.css | |
| parent | 31bd1d44557711614345fbf096fff215e2156162 (diff) | |
add info
Diffstat (limited to 'default/htdocs/styles/default.css')
| -rw-r--r-- | default/htdocs/styles/default.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/default/htdocs/styles/default.css b/default/htdocs/styles/default.css index 809a1d9..ac7ccdd 100644 --- a/default/htdocs/styles/default.css +++ b/default/htdocs/styles/default.css @@ -50,6 +50,12 @@ div.important { border-style: solid; } +div.info { + background-color: #99FF66 + border-width: 1px; + border-style: solid; +} + h1 { padding-left: 10px; font-size: 30px; |
