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
ef2e0c99
Commit
ef2e0c99
authored
Oct 13, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove screen from all docs media queries
parent
12fa502e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
docs-assets/css/docs.css
docs-assets/css/docs.css
+14
-14
No files found.
docs-assets/css/docs.css
View file @
ef2e0c99
...
@@ -180,7 +180,7 @@ body {
...
@@ -180,7 +180,7 @@ body {
overflow
:
hidden
;
overflow
:
hidden
;
}
}
@media
screen
and
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.bs-social
{
.bs-social
{
text-align
:
left
;
text-align
:
left
;
}
}
...
@@ -244,7 +244,7 @@ body {
...
@@ -244,7 +244,7 @@ body {
color
:
#fff
;
color
:
#fff
;
}
}
@media
screen
and
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.bs-masthead
{
.bs-masthead
{
text-align
:
left
;
text-align
:
left
;
padding-top
:
140px
;
padding-top
:
140px
;
...
@@ -295,7 +295,7 @@ body {
...
@@ -295,7 +295,7 @@ body {
position
:
relative
;
position
:
relative
;
}
}
@media
screen
and
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.bs-header
{
.bs-header
{
font-size
:
21px
;
font-size
:
21px
;
text-align
:
left
;
text-align
:
left
;
...
@@ -306,7 +306,7 @@ body {
...
@@ -306,7 +306,7 @@ body {
}
}
}
}
@media
screen
and
(
min-width
:
992px
)
{
@media
(
min-width
:
992px
)
{
.bs-header
h1
,
.bs-header
h1
,
.bs-header
p
{
.bs-header
p
{
margin-right
:
380px
;
margin-right
:
380px
;
...
@@ -361,7 +361,7 @@ body {
...
@@ -361,7 +361,7 @@ body {
display
:
none
;
/* hide what I assume are tracking images */
display
:
none
;
/* hide what I assume are tracking images */
}
}
@media
screen
and
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.carbonad
{
.carbonad
{
margin
:
0
!important
;
margin
:
0
!important
;
border-radius
:
4px
;
border-radius
:
4px
;
...
@@ -369,7 +369,7 @@ body {
...
@@ -369,7 +369,7 @@ body {
}
}
}
}
@media
screen
and
(
min-width
:
992px
)
{
@media
(
min-width
:
992px
)
{
.carbonad
{
.carbonad
{
position
:
absolute
;
position
:
absolute
;
top
:
20px
;
top
:
20px
;
...
@@ -383,14 +383,14 @@ body {
...
@@ -383,14 +383,14 @@ body {
.bs-docs-home
.carbonad
{
.bs-docs-home
.carbonad
{
margin
:
0
-15px
40px
!important
;
margin
:
0
-15px
40px
!important
;
}
}
@media
screen
and
(
min-width
:
480px
)
{
@media
(
min-width
:
480px
)
{
.bs-docs-home
.carbonad
{
.bs-docs-home
.carbonad
{
width
:
330px
!important
;
width
:
330px
!important
;
margin
:
0
auto
40px
!important
;
margin
:
0
auto
40px
!important
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
}
}
@media
screen
and
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.bs-docs-home
.carbonad
{
.bs-docs-home
.carbonad
{
float
:
left
;
float
:
left
;
width
:
330px
!important
;
width
:
330px
!important
;
...
@@ -401,12 +401,12 @@ body {
...
@@ -401,12 +401,12 @@ body {
margin-left
:
350px
;
margin-left
:
350px
;
}
}
}
}
@media
screen
and
(
min-width
:
992px
)
{
@media
(
min-width
:
992px
)
{
.bs-docs-home
.carbonad
{
.bs-docs-home
.carbonad
{
position
:
static
;
position
:
static
;
}
}
}
}
@media
screen
and
(
min-width
:
1170px
)
{
@media
(
min-width
:
1170px
)
{
.bs-docs-home
.carbonad
{
.bs-docs-home
.carbonad
{
margin-top
:
-25px
!important
;
margin-top
:
-25px
!important
;
}
}
...
@@ -489,7 +489,7 @@ body {
...
@@ -489,7 +489,7 @@ body {
}
}
/* Show and affix the side nav when space allows it */
/* Show and affix the side nav when space allows it */
@media
screen
and
(
min-width
:
992px
)
{
@media
(
min-width
:
992px
)
{
.bs-sidebar
.nav
>
.active
>
ul
{
.bs-sidebar
.nav
>
.active
>
ul
{
display
:
block
;
display
:
block
;
}
}
...
@@ -511,7 +511,7 @@ body {
...
@@ -511,7 +511,7 @@ body {
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
}
}
@media
screen
and
(
min-width
:
1200px
)
{
@media
(
min-width
:
1200px
)
{
/* Widen the fixed sidebar again */
/* Widen the fixed sidebar again */
.bs-sidebar.affix-bottom
,
.bs-sidebar.affix-bottom
,
.bs-sidebar.affix
{
.bs-sidebar.affix
{
...
@@ -635,7 +635,7 @@ h1[id] {
...
@@ -635,7 +635,7 @@ h1[id] {
}
}
/* Make the examples and snippets not full-width */
/* Make the examples and snippets not full-width */
@media
screen
and
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
.bs-example
{
.bs-example
{
margin-left
:
0
;
margin-left
:
0
;
margin-right
:
0
;
margin-right
:
0
;
...
@@ -902,7 +902,7 @@ h1[id] {
...
@@ -902,7 +902,7 @@ h1[id] {
}
}
/* Show code snippets when we have the space */
/* Show code snippets when we have the space */
@media
screen
and
(
min-width
:
481px
)
{
@media
(
min-width
:
481px
)
{
.highlight
{
.highlight
{
display
:
block
;
display
:
block
;
}
}
...
...
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