aboutsummaryrefslogtreecommitdiff
path: root/less/alerts.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-28 21:46:45 -0700
committerMark Otto <[email protected]>2012-06-28 21:46:45 -0700
commitcd2d82150cc27c1f81d2394a22efbf2dbec0e7be (patch)
tree8a797da08d22ef1bc7ec4da82530c3edd472aff3 /less/alerts.less
parent98ebd548000bc080c6eb152cd2ef005938d2e516 (diff)
downloadbootstrap-cd2d82150cc27c1f81d2394a22efbf2dbec0e7be.tar.xz
bootstrap-cd2d82150cc27c1f81d2394a22efbf2dbec0e7be.zip
standardize top level file comments
Diffstat (limited to 'less/alerts.less')
-rw-r--r--less/alerts.less17
1 files changed, 12 insertions, 5 deletions
diff --git a/less/alerts.less b/less/alerts.less
index f8b2a888a..703c19d12 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -1,7 +1,11 @@
-// ALERT STYLES
-// ------------
+//
+// Alerts
+// --------------------------------------------------
+
+
+// Base styles
+// -------------------------
-// Base alert styles
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: @baseLineHeight;
@@ -20,8 +24,9 @@
line-height: @baseLineHeight;
}
+
// Alternate styles
-// ----------------
+// -------------------------
.alert-success {
background-color: @successBackground;
@@ -40,8 +45,10 @@
color: @infoText;
}
+
// Block alerts
-// ------------------------
+// -------------------------
+
.alert-block {
padding-top: 14px;
padding-bottom: 14px;