Skip to content

Commit a2b442c

Browse files
committed
Fix font-size declarations for headers inside of #content
1 parent dae0b95 commit a2b442c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

themes/jquery/css/base.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,21 +1715,24 @@ pre b {
17151715
}
17161716

17171717
#content h1 {
1718-
font-size: 700 normal 36px/36px;
1718+
font-size: 36px;
1719+
line-height: 36px;
17191720
}
17201721

17211722
.content-full #content h1 {
17221723
text-align: center;
17231724
}
17241725

17251726
#content h2 {
1726-
font-size: 24px/24px;
1727+
font-size: 24px;
1728+
line-height: 24px;
17271729
color: #333;
17281730
margin-bottom: 10px;
17291731
}
17301732

17311733
#content h3 {
1732-
font-size: 20px/20px;
1734+
font-size: 20px;
1735+
line-height: 20px;
17331736
color: #666;
17341737
}
17351738

0 commit comments

Comments
 (0)