diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-08-08 16:50:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-08-08 16:50:06 +0000 |
commit | e0faf5cf84fc2585bf92e12562d3b9e79ff9f8c1 (patch) | |
tree | a4b690911253497bdf327bfeaa54db774acd8467 /public/stylesheets | |
parent | 9553325ee3827b258b0f347295043771b7a22dfa (diff) | |
download | redmine-e0faf5cf84fc2585bf92e12562d3b9e79ff9f8c1.tar.gz redmine-e0faf5cf84fc2585bf92e12562d3b9e79ff9f8c1.zip |
Headings style.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10176 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6727d356b..8ada32524 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1,11 +1,12 @@ html {overflow-y:scroll;} body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; } -h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;} -h1 {margin:0; padding:0; font-size: 24px;} -h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; color: #444;} -h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; color: #444;} -h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;} +h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;} +#content h1, h2, h3, h4 {color: #555;} +h2, .wiki h1 {font-size: 20px;} +h3, .wiki h2 {font-size: 16px;} +h4, .wiki h3 {font-size: 13px;} +h4 {border-bottom: 1px dotted #bbb;} /***** Layout *****/ #wrapper {background: white;} |