Skip to content

Commit 926b16f

Browse files
committed
Improve wiki headings style (#28392).
Patch by Takayuki Yoshioka and Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20745 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent f238663 commit 926b16f

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

public/stylesheets/application.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ html, body { min-height: 100vh; }
22
html {overflow-y:scroll;}
33
body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; margin: 0; padding: 0; min-width: 900px; }
44

5-
h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
6-
#content h1, h2, h3, h4 {color: #555;}
7-
h2, .wiki h1 {font-size: 20px;}
8-
h3, .wiki h2 {font-size: 16px;}
9-
h4, .wiki h3 {font-size: 13px;}
10-
h4 {border-bottom: 1px solid #ccc; font-weight:normal;}
5+
h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
6+
#content h1, h2, h3, h4, h5, h6 {color: #555;}
7+
h2 {font-size: 20px;}
8+
h3 {font-size: 16px;}
9+
h4 {font-size: 13px; border-bottom: 1px solid #ccc; font-weight:normal;}
1110
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
11+
.wiki h1 {font-size: 2em;}
12+
.wiki h2 {font-size: 1.8em;}
13+
.wiki h3 {font-size: 1.5em;}
14+
.wiki h4 {font-size: 1.2em; border: none; font-weight: bold;}
15+
.wiki h5 {font-size: 1em;}
16+
.wiki h6 {font-size: 1em; color: #8e8e8e;}
1217

1318
/***** Layout *****/
1419
div#wrapper, div#wrapper2, div#wrapper3 { min-height: inherit; }

0 commit comments

Comments
 (0)