summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-27 16:28:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-27 16:28:00 -0400
commit7717501fee57b614e0e86d4d46356ba26f5f5247 (patch)
tree0cb06cdf9d0ec7f9a13d48afeedef8bc067e5786 /templates
parentadae40a292cf3192659f0edef486756431cf97da (diff)
add alert close buttons
Diffstat (limited to 'templates')
-rw-r--r--templates/bootstrap.hamlet3
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="#">&times;</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="#">&times;</a>
<b>Well done!</b>
You successfully read this important alert message.
<div class="alert alert-error">
+ <a class="close" data-dismiss="alert" href="#">&times;</a>
<b>Whoops!</b>
Unable to connect to blah blah..
<div class="span9">