Skip to content

Commit bd90f0b

Browse files
committed
Make .content h2 the default h2
1 parent d410319 commit bd90f0b

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

static/css/documentation.css

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ h1 .header-anchor {
6161
}
6262

6363
h2 {
64-
font-size: 16px;
64+
font-size: 22px;
6565
color: #333;
6666
margin: 2em auto 1em;
6767
position: relative;
68+
font-weight: 300;
6869
}
6970

7071
.library-list h1 {
@@ -81,29 +82,21 @@ h2 {
8182

8283
.library-list ul {
8384
margin-bottom: 40px;
85+
list-style: none;
8486
}
8587

8688
.library-list ul li {
8789
padding-left: 200px;
8890
padding-right: 200px;
89-
list-style: none;
9091
font-size: 14px;
9192
}
9293

93-
.content h2 {
94-
margin-bottom: 1em;
95-
margin-top: 2em;
96-
font-size: 22px;
97-
font-weight: 300;
98-
}
99-
10094
.change h2, .sidebar-shell h2 {
101-
font-weight: 300;
10295
font-size: 22px;
10396
margin: 1.2em 0 1em;
10497
}
10598

106-
.change h2.title {
99+
.change > .title {
107100
background: none;
108101
line-height: 1.4em;
109102
margin: 1.2em 0 0px;

0 commit comments

Comments
 (0)