Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-04-18 21:15:40 +0300
committerMark Otto <markdotto@gmail.com>2015-04-18 21:15:40 +0300
commitb88c05d564dc9a8a5e3d8ac81f78d53e16943588 (patch)
tree80d8d428746e1b85c78af0096b07225541620c77 /scss/_alert.scss
parent88a92e433d1ff6a563292aaa070bd71780788de1 (diff)
clean up comments and spacing
Diffstat (limited to 'scss/_alert.scss')
-rw-r--r--scss/_alert.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index 8ec7d06628..2e6f46b166 100644
--- a/scss/_alert.scss
+++ b/scss/_alert.scss
@@ -3,8 +3,9 @@
// --------------------------------------------------
+//
// Base styles
-// -------------------------
+//
.alert {
padding: $alert-padding;
@@ -34,6 +35,7 @@
font-weight: $alert-link-font-weight;
}
+
// Dismissible alerts
//
// Expand the right padding and account for the close button's positioning.
@@ -50,6 +52,7 @@
}
}
+
// Alternate styles
//
// Generate contextual modifier classes for colorizing the alert.