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
9809f4d3
Commit
9809f4d3
authored
Apr 26, 2015
by
José Padilla
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2809 from aparsons/master
Move ul.breadcrumb margin to bootstrap-tweaks.css
parents
450c5414
72230a91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
rest_framework/static/rest_framework/css/bootstrap-tweaks.css
+8
-0
rest_framework/static/rest_framework/css/default.css
+1
-8
No files found.
rest_framework/static/rest_framework/css/bootstrap-tweaks.css
View file @
9809f4d3
...
@@ -60,6 +60,14 @@ a single block in the template.
...
@@ -60,6 +60,14 @@ a single block in the template.
color
:
#C20000
;
color
:
#C20000
;
}
}
ul
.breadcrumb
{
margin
:
70px
0
0
0
;
}
.breadcrumb
li
.active
a
{
color
:
#777
;
}
.pagination
>
.disabled
>
a
,
.pagination
>
.disabled
>
a
,
.pagination
>
.disabled
>
a
:hover
,
.pagination
>
.disabled
>
a
:hover
,
.pagination
>
.disabled
>
a
:focus
{
.pagination
>
.disabled
>
a
:focus
{
...
...
rest_framework/static/rest_framework/css/default.css
View file @
9809f4d3
...
@@ -13,6 +13,7 @@ h2, h3 {
...
@@ -13,6 +13,7 @@ h2, h3 {
.resource-description
,
.response-info
{
.resource-description
,
.response-info
{
margin-bottom
:
2em
;
margin-bottom
:
2em
;
}
}
.version
:before
{
.version
:before
{
content
:
"v"
;
content
:
"v"
;
opacity
:
0.6
;
opacity
:
0.6
;
...
@@ -32,14 +33,6 @@ h2, h3 {
...
@@ -32,14 +33,6 @@ h2, h3 {
margin-right
:
1em
;
margin-right
:
1em
;
}
}
ul
.breadcrumb
{
margin
:
70px
0
0
0
;
}
.breadcrumb
li
.active
a
{
color
:
#777
;
}
form
select
,
form
input
,
form
textarea
{
form
select
,
form
input
,
form
textarea
{
width
:
90%
;
width
:
90%
;
}
}
...
...
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