mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-29 21:14:01 +03:00
Merge pull request #2809 from aparsons/master
Move ul.breadcrumb margin to bootstrap-tweaks.css
This commit is contained in:
commit
9809f4d36a
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user