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
0cb28664
Commit
0cb28664
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix reponsive 1200+ media query to resolve mismatched gutters and negative margins on the row
parent
36e76603
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bootstrap.css
+5
-2
bootstrap.css
lib/responsive.less
+4
-1
lib/responsive.less
with
9 additions
and
3 deletions
+9
-3
bootstrap.css
+
5
-
2
View file @
0cb28664
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sat Jan 7 00:2
4:46
PST 2012
* Date: Sat Jan 7 00:2
9:11
PST 2012
*/
*/
html
,
body
{
html
,
body
{
margin
:
0
;
margin
:
0
;
...
@@ -3160,6 +3160,9 @@ a.thumbnail:hover {
...
@@ -3160,6 +3160,9 @@ a.thumbnail:hover {
.container {
.container {
width: @siteWidth;
width: @siteWidth;
}
}
.row {
margin-left: @gridGutterWidth * -1;
}
[class*="span"] {
[class*="span"] {
margin-left: @gridGutterWidth;
margin-left: @gridGutterWidth;
}
}
...
@@ -3193,4 +3196,4 @@ a.thumbnail:hover {
...
@@ -3193,4 +3196,4 @@ a.thumbnail:hover {
.offset12 { .offset(12); }
.offset12 { .offset(12); }
}
}
*/
*/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lib/responsive.less
+
4
-
1
View file @
0cb28664
...
@@ -205,6 +205,9 @@
...
@@ -205,6 +205,9 @@
.container {
.container {
width: @siteWidth;
width: @siteWidth;
}
}
.row {
margin-left: @gridGutterWidth * -1;
}
[class*="span"] {
[class*="span"] {
margin-left: @gridGutterWidth;
margin-left: @gridGutterWidth;
}
}
...
@@ -238,4 +241,4 @@
...
@@ -238,4 +241,4 @@
.offset12 { .offset(12); }
.offset12 { .offset(12); }
}
}
*/
*/
\ No newline at end of file
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