1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-26 05:19:15 +02: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

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;
}