diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-21 19:49:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-21 19:49:47 +0000 |
commit | ade572048a768c0ee330d444216469c0e9d97f42 (patch) | |
tree | 70b7a38585a4fabbf2e641ff1c0fc4aea47d23f3 /public/stylesheets | |
parent | 7d1075507221fb0fe1344ddd58f7ee7f485a203c (diff) | |
download | redmine-ade572048a768c0ee330d444216469c0e9d97f42.tar.gz redmine-ade572048a768c0ee330d444216469c0e9d97f42.zip |
Roadmap enhancements (closes #697, #698):
* separate related issues from wiki contents
* leading h1 in version wiki pages is hidden (done using css, won't work with IE6)
* smaller wiki headings
* xhtml validation
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1168 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index bfc66f75e..cffcab26f 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -163,6 +163,12 @@ div#activity dt { margin-bottom: 1px; } div#activity dt .time { color: #777; font-size: 80%; } div#activity dd .description { font-style: italic; } +div#roadmap fieldset.related-issues { margin-bottom: 1em; } +div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; } +div#roadmap .wiki h1:first-child { display: none; } +div#roadmap .wiki h1 { font-size: 120%; } +div#roadmap .wiki h2 { font-size: 110%; } + .autoscroll {overflow-x: auto; padding:1px; width:100%; margin-bottom: 1.2em;} #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; } |