diff options
| author | Mark Otto <[email protected]> | 2011-09-02 23:28:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 23:28:01 -0700 |
| commit | df8eccbfe13a8c6d08a57dc939dff03c41721b6c (patch) | |
| tree | 56247f3076c6a8e4fa2f58b5606ea96e2569deba /bootstrap-1.2.0.css | |
| parent | 168551cd4f2139bbd050864c4231baa7e7b796dc (diff) | |
| download | bootstrap-df8eccbfe13a8c6d08a57dc939dff03c41721b6c.tar.xz bootstrap-df8eccbfe13a8c6d08a57dc939dff03c41721b6c.zip | |
adding support for and example ul in block-messages
Diffstat (limited to 'bootstrap-1.2.0.css')
| -rw-r--r-- | bootstrap-1.2.0.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css index 1280c5148..07b74d233 100644 --- a/bootstrap-1.2.0.css +++ b/bootstrap-1.2.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Sep 2 23:08:36 PDT 2011 + * Date: Fri Sep 2 23:27:24 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1743,9 +1743,15 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { -moz-box-shadow: none; box-shadow: none; } -.alert-message.block-message p { +.alert-message.block-message ul, .alert-message.block-message p { margin-right: 30px; } +.alert-message.block-message ul { + margin-bottom: 0; +} +.alert-message.block-message li { + color: #404040; +} .alert-message.block-message .alert-actions { margin-top: 5px; } |
