diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-27 16:28:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-27 16:28:00 -0400 |
commit | 7717501fee57b614e0e86d4d46356ba26f5f5247 (patch) | |
tree | 0cb06cdf9d0ec7f9a13d48afeedef8bc067e5786 /templates/bootstrap.hamlet | |
parent | adae40a292cf3192659f0edef486756431cf97da (diff) |
add alert close buttons
Diffstat (limited to 'templates/bootstrap.hamlet')
-rw-r--r-- | templates/bootstrap.hamlet | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/bootstrap.hamlet b/templates/bootstrap.hamlet index c03c459a6..6697283b4 100644 --- a/templates/bootstrap.hamlet +++ b/templates/bootstrap.hamlet @@ -40,12 +40,15 @@ $doctype 5 <div class="span3"> <div class="sidebar-nav"> <div class="alert alert-info"> + <a class="close" data-dismiss="alert" href="#">×</a> <b>This is just a demo.</b> If this were not just a demo, I'd not be filling this sidebar with silly alerts. <div class="alert alert-success"> + <a class="close" data-dismiss="alert" href="#">×</a> <b>Well done!</b> You successfully read this important alert message. <div class="alert alert-error"> + <a class="close" data-dismiss="alert" href="#">×</a> <b>Whoops!</b> Unable to connect to blah blah.. <div class="span9"> |