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

Make more components mixin-friendly

This commit is contained in:
Mark Otto
2013-07-01 17:32:07 -07:00
parent 2d2828d36c
commit a27ecfccf3
7 changed files with 69 additions and 94 deletions
+8 -7
View File
@@ -82,11 +82,12 @@
.alert-block {
padding-top: 15px;
padding-bottom: 15px;
}
.alert-block > p,
.alert-block > ul {
margin-bottom: 0;
}
.alert-block p + p {
margin-top: 5px;
> p,
> ul {
margin-bottom: 0;
}
p + p {
margin-top: 5px;
}
}