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 /docs | |
| parent | 168551cd4f2139bbd050864c4231baa7e7b796dc (diff) | |
| download | bootstrap-df8eccbfe13a8c6d08a57dc939dff03c41721b6c.tar.xz bootstrap-df8eccbfe13a8c6d08a57dc939dff03c41721b6c.zip | |
adding support for and example ul in block-messages
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 35cb88d61..de573406e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1137,7 +1137,12 @@ </div> <div class="alert-message block-message error"> <a class="close" href="#">×</a> - <p><strong>Oh snap! You got an error!</strong> Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p> + <p><strong>Oh snap! You got an error!</strong> Change this and that and try again.</p> + <ul> + <li>Duis mollis est non commodo luctus</li> + <li>Nisi erat porttitor ligula</li> + <li>Eget lacinia odio sem nec elit</li> + </ul> <div class="alert-actions"> <a class="btn small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a> </div> |
