aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-26 14:06:21 -0600
committerMark Otto <[email protected]>2012-12-26 14:06:21 -0600
commit0da31ceb51e7339e1c7119b3877ce6f5a88ab4fc (patch)
tree8bae641b132ed87c24feeb36edcd12fc7624e0a1
parentc17673dc6139de37ecb5d075231e426d1b238706 (diff)
downloadbootstrap-0da31ceb51e7339e1c7119b3877ce6f5a88ab4fc.tar.xz
bootstrap-0da31ceb51e7339e1c7119b3877ce6f5a88ab4fc.zip
Cleanup spacing in variables file
-rw-r--r--less/variables.less69
1 files changed, 34 insertions, 35 deletions
diff --git a/less/variables.less b/less/variables.less
index f5103cca6..71de02c06 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -78,17 +78,17 @@
@btn-background: #fff;
@btn-background-highlight: #eaeaea;
-@btn-background-primary: @link-color;
-@btn-background-primary-highlight: darken(@link-color, 10%);
+@btn-background-primary: @link-color;
+@btn-background-primary-highlight: darken(@link-color, 10%);
-@btn-background-success: #62c462;
-@btn-background-success-highlight: #51a351;
+@btn-background-success: #62c462;
+@btn-background-success-highlight: #51a351;
-@btn-background-warning: lighten(#f89406, 15%);
-@btn-background-warning-highlight: #f89406;
+@btn-background-warning: lighten(#f89406, 15%);
+@btn-background-warning-highlight: #f89406;
-@btn-background-danger: #ee5f5b;
-@btn-background-danger-highlight: #bd362f;
+@btn-background-danger: #ee5f5b;
+@btn-background-danger-highlight: #bd362f;
// Forms
@@ -113,12 +113,12 @@
@dropdown-background: #fff;
@dropdown-border: rgba(0,0,0,.2);
-@dropdown-divider-top: #e5e5e5;
-@dropdown-divider-bottom: #fff;
+@dropdown-divider-top: #e5e5e5;
+@dropdown-divider-bottom: #fff;
-@dropdown-link-color: @grayDark;
-@dropdown-link-color-hover: #fff;
-@dropdown-link-color-active: #fff;
+@dropdown-link-color: @grayDark;
+@dropdown-link-color-hover: #fff;
+@dropdown-link-color-active: #fff;
@dropdown-link-background-active: @link-color;
@dropdown-link-background-hover: @dropdown-link-background-active;
@@ -186,8 +186,7 @@
// -------------------------
@pagination-background: #fff;
-@pagination-background-active: #f5f5f5;
-
+@pagination-background-active: #f5f5f5;
@pagination-border: #ddd;
@@ -221,32 +220,32 @@
// Tooltips and popovers
// -------------------------
-@tooltip-color: #fff;
-@tooltip-background: rgba(0,0,0,.9);
-@tooltip-arrow-width: 5px;
-@tooltip-arrow-color: @tooltip-background;
+@tooltip-color: #fff;
+@tooltip-background: rgba(0,0,0,.9);
+@tooltip-arrow-width: 5px;
+@tooltip-arrow-color: @tooltip-background;
-@popover-background: #fff;
-@popover-arrow-width: 10px;
-@popover-arrow-color: #fff;
-@popover-title-background: darken(@popover-background, 3%);
+@popover-background: #fff;
+@popover-arrow-width: 10px;
+@popover-arrow-color: #fff;
+@popover-title-background: darken(@popover-background, 3%);
// Special enhancement for popovers
-@popover-arrow-outer-width: @popover-arrow-width + 1;
-@popover-arrow-outer-color: rgba(0,0,0,.25);
+@popover-arrow-outer-width: @popover-arrow-width + 1;
+@popover-arrow-outer-color: rgba(0,0,0,.25);
// Miscellaneous
// -------------------------
// Hr border color
-@hr-border: @grayLighter;
+@hr-border: @grayLighter;
// Horizontal forms & lists
-@component-offset-horizontal: 180px;
+@component-offset-horizontal: 180px;
// Wells
-@well-background: #f5f5f5;
+@well-background: #f5f5f5;
@@ -254,17 +253,17 @@
// --------------------------------------------------
// Default 940px grid
-@grid-columns: 12;
+@grid-columns: 12;
@grid-column-width: 60px;
@grid-gutter-width: 20px;
@grid-row-width: (@grid-columns * @grid-column-width) + (@grid-gutter-width * (@grid-columns - 1));
// 1200px min
-@grid-column-width-1200: 70px;
-@grid-gutter-width-1200: 30px;
-@grid-row-width-1200: (@grid-columns * @grid-column-width-1200) + (@grid-gutter-width-1200 * (@grid-columns - 1));
+@grid-column-width-1200: 70px;
+@grid-gutter-width-1200: 30px;
+@grid-row-width-1200: (@grid-columns * @grid-column-width-1200) + (@grid-gutter-width-1200 * (@grid-columns - 1));
// 768px-979px
-@grid-column-width-768: 42px;
-@grid-gutter-width-768: 20px;
-@grid-row-width-768: (@grid-columns * @grid-column-width-768) + (@grid-gutter-width-768 * (@grid-columns - 1));
+@grid-column-width-768: 42px;
+@grid-gutter-width-768: 20px;
+@grid-row-width-768: (@grid-columns * @grid-column-width-768) + (@grid-gutter-width-768 * (@grid-columns - 1));