Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0630cd62
Commit
0630cd62
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
rewrite the fluid grid mixin to be simpler, per
#2370
parent
0090fa1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
less/mixins.less
+2
-1
less/mixins.less
with
2 additions
and
1 deletion
+2
-1
docs/assets/bootstrap.zip
+
0
-
0
View file @
0630cd62
No preview for this file type
This diff is collapsed.
Click to expand it.
less/mixins.less
+
2
-
1
View file @
0630cd62
...
@@ -568,7 +568,8 @@
...
@@ -568,7 +568,8 @@
.spanX (0) {}
.spanX (0) {}
.span (@columns) {
.span (@columns) {
width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
}
}
.row-fluid {
.row-fluid {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment