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:
Adam Parsons 2015-04-08 20:10:33 -05:00
parent 311cad64c9
commit 77460d4bca
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -32,10 +32,6 @@ h2, h3 {
margin-right: 1em;
}
ul.breadcrumb {
margin: 70px 0 0 0;
}
.breadcrumb li.active a {
color: #777;
}