Skip to content

Commit 9809f4d

Browse files
committed
Merge pull request #2809 from aparsons/master
Move ul.breadcrumb margin to bootstrap-tweaks.css
2 parents 450c541 + 72230a9 commit 9809f4d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

rest_framework/static/rest_framework/css/bootstrap-tweaks.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ a single block in the template.
6060
color: #C20000;
6161
}
6262

63+
ul.breadcrumb {
64+
margin: 70px 0 0 0;
65+
}
66+
67+
.breadcrumb li.active a {
68+
color: #777;
69+
}
70+
6371
.pagination>.disabled>a,
6472
.pagination>.disabled>a:hover,
6573
.pagination>.disabled>a:focus {

rest_framework/static/rest_framework/css/default.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ h2, h3 {
1313
.resource-description, .response-info {
1414
margin-bottom: 2em;
1515
}
16+
1617
.version:before {
1718
content: "v";
1819
opacity: 0.6;
@@ -32,14 +33,6 @@ h2, h3 {
3233
margin-right: 1em;
3334
}
3435

35-
ul.breadcrumb {
36-
margin: 70px 0 0 0;
37-
}
38-
39-
.breadcrumb li.active a {
40-
color: #777;
41-
}
42-
4336
form select, form input, form textarea {
4437
width: 90%;
4538
}

0 commit comments

Comments
 (0)