mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-27 22:09:04 +02:00
fix comments up for non minified built file
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
/*
|
||||
* Patterns.less
|
||||
/* Patterns.less
|
||||
* Repeatable UI elements outside the base styles provided from the scaffolding
|
||||
*/
|
||||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
/* Top bar
|
||||
-------------------------------------------------- */
|
||||
// Topbar
|
||||
// ------
|
||||
|
||||
// Topbar for Branding and Nav
|
||||
div.topbar {
|
||||
@@ -230,8 +228,8 @@ div.topbar {
|
||||
}
|
||||
}
|
||||
|
||||
/* Page Headers
|
||||
-------------------------------------------------- */
|
||||
// Page Headers
|
||||
// ------------
|
||||
|
||||
div.page-header {
|
||||
margin-bottom: @baseline - 1;
|
||||
@@ -243,8 +241,8 @@ div.page-header {
|
||||
}
|
||||
|
||||
|
||||
/* Error Styles
|
||||
-------------------------------------------------- */
|
||||
// Error Styles
|
||||
// ------------
|
||||
|
||||
// One-liner alert bars
|
||||
div.alert-message {
|
||||
@@ -336,8 +334,8 @@ div.block-message {
|
||||
}
|
||||
|
||||
|
||||
/* Navigation
|
||||
-------------------------------------------------- */
|
||||
// Navigation
|
||||
// ----------
|
||||
|
||||
// Common tab and pill styles
|
||||
ul.tabs,
|
||||
@@ -403,8 +401,8 @@ ul.pills {
|
||||
}
|
||||
|
||||
|
||||
/* Pagination
|
||||
-------------------------------------------------- */
|
||||
// Pagination
|
||||
// --------------------------------------------------
|
||||
|
||||
div.pagination {
|
||||
height: @baseline * 2;
|
||||
@@ -442,8 +440,8 @@ div.pagination {
|
||||
}
|
||||
|
||||
|
||||
/* Wells
|
||||
-------------------------------------------------- */
|
||||
// Wells
|
||||
// -----
|
||||
|
||||
div.well {
|
||||
background: #f5f5f5;
|
||||
@@ -456,8 +454,8 @@ div.well {
|
||||
}
|
||||
|
||||
|
||||
/* Modals
|
||||
-------------------------------------------------- */
|
||||
// Modals
|
||||
// ------
|
||||
|
||||
div.modal-backdrop {
|
||||
background-color: rgba(0,0,0,.5);
|
||||
|
Reference in New Issue
Block a user