Skip to content

Commit 080e764

Browse files
committed
Revert "Add css rule for bootstrap compatibility"
Causes problems with the layout This reverts commit 0eefc94.
1 parent e037c06 commit 080e764

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/css/main.css

-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
#ci-visualizer * {
2-
/* For compatibility with bootstrap that enforces a global border-box model */
3-
box-sizing: content-box;
4-
}
5-
61
#ci-visualizer h1, h2, h3, h4, h5, h6, p {
72
margin: 0;
83
padding: 0;
94
}
105

11-
12-
136
#ci-visualizer, .ci-visualizer-text, .ci-contextmenu li {
147
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
158
font-size: 11px;

0 commit comments

Comments
 (0)