Skip to content

Commit 5f8063d

Browse files
Remove uused bulma selectors (#556)
1 parent 7fd2878 commit 5f8063d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

assets/theme-css/bulma.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
11
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
2-
.block:not(:last-child),
3-
.content:not(:last-child),
42
.title:not(:last-child) {
53
margin-bottom: 1.5rem;
64
}
75
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
8-
input,
9-
select {
10-
margin: 0;
11-
}
126
iframe {
137
border: 0;
148
}
159
article,
16-
figure,
1710
footer,
1811
header {
1912
display: block;
2013
}
21-
input[type="radio"] {
22-
vertical-align: baseline;
23-
}
24-
small {
25-
font-size: 0.875em;
26-
}
2714
span {
2815
font-style: inherit;
2916
font-weight: inherit;
@@ -49,9 +36,6 @@ span {
4936
max-width: 1344px;
5037
}
5138
}
52-
.field:not(:last-child) {
53-
margin-bottom: 0.75rem;
54-
}
5539
@media screen and (max-width: 768px) {
5640
.is-hidden-mobile {
5741
display: none !important;

0 commit comments

Comments
 (0)