mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Moved ul.breadcrumb margin to bootstrap-tweaks.css
When importing other bootstrap themes from sites like bootswatch, the margin in default.css persists and adds a 70px margin below the header. This change will remove that margin when users choose to use a different bootstrap theme.
This commit is contained in:
parent
311cad64c9
commit
77460d4bca
|
@ -60,6 +60,10 @@ a single block in the template.
|
|||
color: #C20000;
|
||||
}
|
||||
|
||||
ul.breadcrumb {
|
||||
margin: 70px 0 0 0;
|
||||
}
|
||||
|
||||
.pagination>.disabled>a,
|
||||
.pagination>.disabled>a:hover,
|
||||
.pagination>.disabled>a:focus {
|
||||
|
|
|
@ -32,10 +32,6 @@ h2, h3 {
|
|||
margin-right: 1em;
|
||||
}
|
||||
|
||||
ul.breadcrumb {
|
||||
margin: 70px 0 0 0;
|
||||
}
|
||||
|
||||
.breadcrumb li.active a {
|
||||
color: #777;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user