We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae0b95 commit a2b442cCopy full SHA for a2b442c
themes/jquery/css/base.css
@@ -1715,21 +1715,24 @@ pre b {
1715
}
1716
1717
#content h1 {
1718
- font-size: 700 normal 36px/36px;
+ font-size: 36px;
1719
+ line-height: 36px;
1720
1721
1722
.content-full #content h1 {
1723
text-align: center;
1724
1725
1726
#content h2 {
- font-size: 24px/24px;
1727
+ font-size: 24px;
1728
+ line-height: 24px;
1729
color: #333;
1730
margin-bottom: 10px;
1731
1732
1733
#content h3 {
- font-size: 20px/20px;
1734
+ font-size: 20px;
1735
+ line-height: 20px;
1736
color: #666;
1737
1738
0 commit comments