We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d410319 commit bd90f0bCopy full SHA for bd90f0b
1 file changed
static/css/documentation.css
@@ -61,10 +61,11 @@ h1 .header-anchor {
61
}
62
63
h2 {
64
- font-size: 16px;
+ font-size: 22px;
65
color: #333;
66
margin: 2em auto 1em;
67
position: relative;
68
+ font-weight: 300;
69
70
71
.library-list h1 {
@@ -81,29 +82,21 @@ h2 {
81
82
83
.library-list ul {
84
margin-bottom: 40px;
85
+ list-style: none;
86
87
88
.library-list ul li {
89
padding-left: 200px;
90
padding-right: 200px;
- list-style: none;
91
font-size: 14px;
92
93
-.content h2 {
94
- margin-bottom: 1em;
95
- margin-top: 2em;
96
- font-size: 22px;
97
- font-weight: 300;
98
-}
99
-
100
.change h2, .sidebar-shell h2 {
101
102
font-size: 22px;
103
margin: 1.2em 0 1em;
104
105
106
-.change h2.title {
+.change > .title {
107
background: none;
108
line-height: 1.4em;
109
margin: 1.2em 0 0px;
0 commit comments