Skip to content

Commit cfbcdd4

Browse files
Remove bulma box-sizing (#411)
* Remove bulma box-sizing I've been thinking about removing this for awhile. I hadn't been able to find where it changes anything, but now removing it fixes an issue with numpy.org. * Remove more
1 parent f78f3e6 commit cfbcdd4

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,6 @@ input,
138138
select {
139139
margin: 0;
140140
}
141-
html {
142-
box-sizing: border-box;
143-
}
144-
*,
145-
::after,
146-
::before {
147-
box-sizing: inherit;
148-
}
149141
img,
150142
video {
151143
height: auto;

0 commit comments

Comments
 (0)