Skip to content

Commit 10ebaa6

Browse files
committed
chore: Remove unused banner>li style
1 parent 431b1e4 commit 10ebaa6

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

src/_sass/railsdoc.scss

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,23 +143,16 @@ code {
143143
}
144144

145145
.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;
146+
padding-top: 20px;
147+
148+
h1 {
149+
font-size: 1.7em;
150+
}
151+
152+
.type,
153+
.parent {
154+
color: $grey;
157155
}
158-
}
159-
160-
.type, .parent {
161-
color: $grey;
162-
}
163156
}
164157

165158
.methods {

0 commit comments

Comments
 (0)