openrat-cms

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

commit fa05fbdb0b44b0c47ad3ed2f5f9f03a9bba5e23b
parent d47970d5a7eefec6979eb51f40fffdabd929c1d8
Author: Jan Dankert <devnull@localhost>
Date:   Mon, 15 Oct 2012 20:41:27 +0200

Fix: Kein Schatten für div.noticebar.

Diffstat:
themes/default/css/openrat.css.php | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -1570,8 +1570,7 @@ div.content a.action, div.content a.help, div.content input.ok, div#title, -div.xwindow, -div#noticebar +div.xwindow { -webkit-box-shadow: 3px 2px 5px <?php echo $_GET['title_background_color']; ?>; -moz-box-shadow: 3px 2px 5px <?php echo $_GET['title_background_color']; ?>;