2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

break down docs scss into imports, hell yeah

This commit is contained in:
Mark Otto
2015-04-16 14:57:49 -07:00
parent a90de06a60
commit 5c0b459eb5
20 changed files with 1503 additions and 1542 deletions
+12
View File
@@ -0,0 +1,12 @@
// Wall of Browser Bugs
//
// Better display for the responsive table on the Wall of Browser Bugs.
.bd-browser-bugs {
td p {
margin-bottom: 0;
}
th:first-child {
width: 18%;
}
}