aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 16:40:14 -0800
committerMark Otto <[email protected]>2012-01-27 16:40:14 -0800
commit997fc33af9a4cbdc078e85ee491f777d0dd2d51a (patch)
tree2a51e53ad917f6e1dca58a8d6e7748594e78a215
parentd9759abeebbca0681054f8da3ff7c3029948284e (diff)
downloadbootstrap-997fc33af9a4cbdc078e85ee491f777d0dd2d51a.tar.xz
bootstrap-997fc33af9a4cbdc078e85ee491f777d0dd2d51a.zip
clean up use of mixins to highlight them appropriately in your fav editor
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/button-groups.less4
-rw-r--r--less/buttons.less2
-rw-r--r--less/forms.less2
-rw-r--r--less/navbar.less2
-rw-r--r--less/sprites.less2
6 files changed, 8 insertions, 8 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index b87a1c804..de895021a 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 16:35:26 PST 2012
+ * Date: Fri Jan 27 16:39:57 PST 2012
*/
article,
aside,
@@ -1944,7 +1944,7 @@ table .span12 {
line-height: 1;
color: #ffffff;
color: rgba(255, 255, 255, 0.75);
- background: #6a6a6a;
+ background: #666;
background: rgba(255, 255, 255, 0.3);
border: 1px solid #111;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
diff --git a/less/button-groups.less b/less/button-groups.less
index a058f0344..fafc95584 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -6,7 +6,7 @@
.btn-group {
position: relative;
.clearfix(); // clears the floated buttons
- .ie7-restore-left-whitespace;
+ .ie7-restore-left-whitespace();
}
// Space out series of button groups
@@ -18,7 +18,7 @@
.btn-toolbar {
.btn-group {
display: inline-block;
- .ie7-inline-block;
+ .ie7-inline-block();
}
}
diff --git a/less/buttons.less b/less/buttons.less
index 75fe48f8a..95690401b 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -55,7 +55,7 @@
.box-shadow(@shadow);
cursor: pointer;
- .ie7-restore-left-whitespace;
+ .ie7-restore-left-whitespace();
&:hover {
color: @grayDark;
diff --git a/less/forms.less b/less/forms.less
index 52f5063f0..c84d9a11d 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -377,7 +377,7 @@ select:focus:required:invalid {
.help-inline {
display: inline-block;
- .ie7-inline-block;
+ .ie7-inline-block();
margin-bottom: 9px;
vertical-align: middle;
padding-left: 5px;
diff --git a/less/navbar.less b/less/navbar.less
index 7291ecceb..6f2b737c8 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -76,7 +76,7 @@
#font > .sans-serif(13px, normal, 1);
color: @white;
color: rgba(255,255,255,.75);
- background: #6a6a6a;
+ background: #666;
background: rgba(255,255,255,.3);
border: 1px solid #111;
@shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);
diff --git a/less/sprites.less b/less/sprites.less
index ed456de1a..ef4c0c74c 100644
--- a/less/sprites.less
+++ b/less/sprites.less
@@ -22,7 +22,7 @@
width: 14px;
height: 14px;
- .ie7-restore-right-whitespace;
+ .ie7-restore-right-whitespace();
}
.icon.white {
background-image: url(../img/glyphicons-halflings-white.png);