openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 192c920231a4d234848268f688f00a288e7ebe49
parent 0697f63a3316e66477c3650b4d659c66048e207b
Author: dankert <devnull@localhost>
Date:   Thu, 27 Jan 2011 01:22:12 +0100

Styles für Hinweis-Ausgaben...

Diffstat:
themes/default/css/user/default.css | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/themes/default/css/user/default.css b/themes/default/css/user/default.css @@ -130,3 +130,19 @@ tr.diff > td.notequal { background-color:yellow; } + +dl.notice +{ + border-left:10px silver solid; + border-right:1px silver solid; + padding:15px; +} + +dl.notice > dt +{ + border-top: 1px silver solid; +} +dl.notice > dd +{ + border-bottom: 1px silver solid; +}