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 431b1e4 commit 10ebaa6Copy full SHA for 10ebaa6
src/_sass/railsdoc.scss
@@ -143,23 +143,16 @@ code {
143
}
144
145
.banner {
146
- padding-top: 20px;
147
-
148
- h1 {
149
- font-size: 1.7em;
150
- }
151
152
- ul {
153
- padding: 0;
154
155
- li {
156
- list-style: none;
+ padding-top: 20px;
+
+ h1 {
+ font-size: 1.7em;
+ }
+ .type,
+ .parent {
+ color: $grey;
157
158
159
160
- .type, .parent {
161
- color: $grey;
162
163
164
165
.methods {
0 commit comments