mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
fix comments up for non minified built file
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
/*
|
||||
* Scaffolding
|
||||
/* Scaffolding.less
|
||||
* Basic and global styles for generating a grid system, structural layout, and page templates
|
||||
*/
|
||||
* ------------------------------------------------------------------------------------------- */
|
||||
|
||||
/* Baseline Grid System
|
||||
-------------------------------------------------- */
|
||||
// Baseline Grid System
|
||||
// --------------------
|
||||
|
||||
div.row {
|
||||
.clearfix();
|
||||
@@ -27,8 +26,8 @@ div.row {
|
||||
}
|
||||
|
||||
|
||||
/* Structural Layout
|
||||
-------------------------------------------------- */
|
||||
// Structural Layout
|
||||
// -----------------
|
||||
|
||||
html, body {
|
||||
background-color: #fff;
|
||||
@@ -62,8 +61,8 @@ div.container-fluid {
|
||||
}
|
||||
|
||||
|
||||
/* Base Styles
|
||||
-------------------------------------------------- */
|
||||
// Base Styles
|
||||
// -----------
|
||||
|
||||
// Links
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user