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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user