Skip to content

Commit 2666f30

Browse files
committed
Bootstrap 3.0 box-sizing CSS re-reset
1 parent 42b6a61 commit 2666f30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
table th:first-child {
3131
width: 150px;
3232
}
33+
/* Bootstrap 3.0 re-reset */
34+
.fn-gantt *,
35+
.fn-gantt *:after,
36+
.fn-gantt *:before {
37+
-webkit-box-sizing: content-box;
38+
-moz-box-sizing: content-box;
39+
box-sizing: content-box;
40+
}
3341
</style>
3442
</head>
3543
<body>

0 commit comments

Comments
 (0)