Browse Source

Change alerts comments to `//` so that they aren't added in the final CSS.

pull/459/head
XhmikosR 11 years ago
parent
commit
e7ffc5be66
  1. 10
      docs/assets/css/docs.css
  2. 19
      sass/docs.scss

10
docs/assets/css/docs.css

@ -1932,15 +1932,6 @@ hr {
opacity: 1;
}
}
/* Taken from Bootstrap docs */
/*
* Callouts
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
/* Common styles for all types */
.bs-callout {
padding: 20px;
margin: 20px 0;
@ -1961,7 +1952,6 @@ hr {
border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
background-color: #fdf7f7;
border-color: #d9534f;

19
sass/docs.scss

@ -1043,15 +1043,14 @@ hr {
}
}
/* Taken from Bootstrap docs */
/*
* Callouts
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
/* Common styles for all types */
// Taken from Bootstrap docs
//
// Callouts
//
// Not quite alerts, but custom and helpful notes for folks reading the docs.
// Requires a base and modifier class.
// Common styles for all types
.bs-callout {
padding: 20px;
margin: 20px 0;
@ -1069,7 +1068,7 @@ hr {
border-radius: 3px;
}
/* Variations */
// Variations
.bs-callout-danger {
background-color: #fdf7f7;
border-color: #d9534f;

Loading…
Cancel
Save