aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-29 17:11:02 -0700
committerMark Otto <[email protected]>2011-06-29 17:11:02 -0700
commitcddc565d07fed42576a55111ea60ce1b6ff5bbd9 (patch)
tree11090e61e72cd760f638701814955b315e0337e6 /lib/patterns.less
parentf47b5765743dc7001b3f7d22ed2e8e2b3d9545a3 (diff)
parent1561b20f7c0aae9adb40585ab01a9539bd23f01a (diff)
downloadbootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.tar.xz
bootstrap-cddc565d07fed42576a55111ea60ce1b6ff5bbd9.zip
Merge branch 'master' of http://git.local.twitter.com/bootstrap
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less34
1 files changed, 16 insertions, 18 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 668179ba4..4d183c6f5 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -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);