aboutsummaryrefslogtreecommitdiff
path: root/lib/mixins.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-05 21:43:28 -0800
committerMark Otto <[email protected]>2012-01-05 21:43:28 -0800
commitc56e9d2d35299b4c9e4e3d1aabcf59cedc9143f2 (patch)
tree9b34e0720ff5f367c0137a08b23b67f977196764 /lib/mixins.less
parent90e3a706ba8c01462516efd3c60cd124620950b9 (diff)
downloadbootstrap-c56e9d2d35299b4c9e4e3d1aabcf59cedc9143f2.tar.xz
bootstrap-c56e9d2d35299b4c9e4e3d1aabcf59cedc9143f2.zip
massive docs update, mostly to all our new forms, and to the buttons
Diffstat (limited to 'lib/mixins.less')
-rw-r--r--lib/mixins.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mixins.less b/lib/mixins.less
index 32d3a83ac..49eabb875 100644
--- a/lib/mixins.less
+++ b/lib/mixins.less
@@ -98,7 +98,6 @@
// Necessary grid styles for every column to make them appear next to each other horizontally
.gridColumn() {
- display: inline;
float: left;
margin-left: @gridGutterWidth;
}