Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
edx
django-rest-framework
Commits
6b6c945d
Commit
6b6c945d
authored
Oct 06, 2012
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up media-specific doc styling issues
parent
fd1b660e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
docs/static/css/default.css
+22
-2
No files found.
docs/static/css/default.css
View file @
6b6c945d
...
@@ -200,11 +200,13 @@ body a:hover{
...
@@ -200,11 +200,13 @@ body a:hover{
max-width
:
240px
;
max-width
:
240px
;
}
}
.navbar
{
position
:
fixed
;
}
.navbar
.navbar-inner
.container-fluid
{
.navbar
.navbar-inner
.container-fluid
{
max-width
:
1110px
;
max-width
:
1110px
;
}
}
}
}
/* sticky footer and footer */
/* sticky footer and footer */
html
,
body
{
html
,
body
{
...
@@ -222,6 +224,24 @@ html, body {
...
@@ -222,6 +224,24 @@ html, body {
padding-bottom
:
70px
;
padding-bottom
:
70px
;
}
}
@media
(
max-width
:
979px
)
{
.navbar-fixed-top
.navbar-inner
{
padding
:
0px
;
}
}
@media
(
max-width
:
767px
)
{
.body-content
{
padding-top
:
0px
;
}
}
@media
(
min-width
:
768px
)
{
footer
.span12
{
width
:
95%
;
}
}
footer
,
.push
{
footer
,
.push
{
height
:
60px
;
/* .push must be the same height as .footer */
height
:
60px
;
/* .push must be the same height as .footer */
}
}
...
...
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