Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
489276f5
Commit
489276f5
authored
Feb 16, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix responsive media queries to use 979 and 980 where appropro
parent
0369c1fc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap-responsive.css
+2
-2
docs/scaffolding.html
docs/scaffolding.html
+1
-1
docs/templates/pages/scaffolding.mustache
docs/templates/pages/scaffolding.mustache
+1
-1
less/responsive.less
less/responsive.less
+2
-2
No files found.
docs/assets/bootstrap.zip
View file @
489276f5
No preview for this file type
docs/assets/css/bootstrap-responsive.css
View file @
489276f5
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
margin
:
0
;
margin
:
0
;
}
}
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
9
80
px
)
{
@media
(
min-width
:
768px
)
and
(
max-width
:
9
79
px
)
{
.row
{
.row
{
margin-left
:
-20px
;
margin-left
:
-20px
;
*
zoom
:
1
;
*
zoom
:
1
;
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
width
:
714px
;
width
:
714px
;
}
}
}
}
@media
(
max-width
:
9
80
px
)
{
@media
(
max-width
:
9
79
px
)
{
body
{
body
{
padding-top
:
0
;
padding-top
:
0
;
}
}
...
...
docs/scaffolding.html
View file @
489276f5
...
@@ -444,7 +444,7 @@
...
@@ -444,7 +444,7 @@
</tr>
</tr>
<tr>
<tr>
<td>
Landscape tablets
</td>
<td>
Landscape tablets
</td>
<td>
768px to 9
80
px
</td>
<td>
768px to 9
79
px
</td>
<td>
42px
</td>
<td>
42px
</td>
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
...
...
docs/templates/pages/scaffolding.mustache
View file @
489276f5
...
@@ -368,7 +368,7 @@
...
@@ -368,7 +368,7 @@
</tr>
</tr>
<tr>
<tr>
<td>
{{
_i
}}
Landscape tablets
{{/
i
}}
</td>
<td>
{{
_i
}}
Landscape tablets
{{/
i
}}
</td>
<td>
768px to 9
80
px
</td>
<td>
768px to 9
79
px
</td>
<td>
42px
</td>
<td>
42px
</td>
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
...
...
less/responsive.less
View file @
489276f5
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
// PORTRAIT TABLET TO DEFAULT DESKTOP
// PORTRAIT TABLET TO DEFAULT DESKTOP
// ----------------------------------
// ----------------------------------
@media (min-width: 768px) and (max-width: 9
80
px) {
@media (min-width: 768px) and (max-width: 9
79
px) {
// Fixed grid
// Fixed grid
#gridSystem > .generate(12, 42px, 20px);
#gridSystem > .generate(12, 42px, 20px);
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
// TABLETS AND BELOW
// TABLETS AND BELOW
// -----------------
// -----------------
@media (max-width: 9
80
px) {
@media (max-width: 9
79
px) {
// UNFIX THE TOPBAR
// UNFIX THE TOPBAR
// ----------------
// ----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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