2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

standardize top level file comments

This commit is contained in:
Mark Otto
2012-06-28 21:46:45 -07:00
parent 98ebd54800
commit cd2d82150c
38 changed files with 147 additions and 85 deletions
+12 -5
View File
@@ -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;