openrat-cms

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

commit 6a522cb31edb4d9e2d26424a0230f398437bd396
parent 55941948a5dcc680a19759c8624a111ea73557f5
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 20 Oct 2012 11:22:09 +0200

Hintergrundfarbe für Warnungen.

Diffstat:
Mthemes/default/css/openrat.css.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -134,7 +134,7 @@ div#noticebar div.notice.ok { background-color: green; } -div#noticebar div.notice.warn +div#noticebar div.notice.warning { background-color: yellow; }