2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

adding support for and example ul in block-messages

This commit is contained in:
Mark Otto
2011-09-02 23:28:01 -07:00
parent 168551cd4f
commit df8eccbfe1
4 changed files with 24 additions and 5 deletions
+7 -1
View File
@@ -568,9 +568,15 @@ input[type=submit].btn {
padding: 14px;
border-color: #fceec1;
.box-shadow(none);
p {
ul, p {
margin-right: 30px;
}
ul {
margin-bottom: 0;
}
li {
color: @grayDark;
}
.alert-actions {
margin-top: 5px;
}