diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-06 09:08:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-06 09:08:17 +0000 |
commit | 979892a109bd298cec45258bc4b2b91c8fe676cb (patch) | |
tree | 8cd489cc3129cd636b0361796747a80889a22b0b /public/stylesheets | |
parent | 776d5ce554cdf0229c0a90fae0321e3506a5d849 (diff) | |
download | redmine-979892a109bd298cec45258bc4b2b91c8fe676cb.tar.gz redmine-979892a109bd298cec45258bc4b2b91c8fe676cb.zip |
calendar javascripts and stylesheets removed from base layout. they're now only added to html header when needed.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@151 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/calendar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/calendar.css b/public/stylesheets/calendar.css index f460d5cb0..7f0b908e5 100644 --- a/public/stylesheets/calendar.css +++ b/public/stylesheets/calendar.css @@ -19,7 +19,7 @@ div.calendar { position: relative; } } .calendar .nav { - background: #467aa7 url(menuarrow.gif) no-repeat 100% 100%; + background: #467aa7; } .calendar thead .title { /* This holds the current "month, year" */ |