Merge pull request #2809 from aparsons/master

Move ul.breadcrumb margin to bootstrap-tweaks.css
This commit is contained in:
José Padilla 2015-04-26 11:15:50 -04:00
commit 9809f4d36a
2 changed files with 9 additions and 8 deletions

View File

@ -60,6 +60,14 @@ a single block in the template.
color: #C20000;
}
ul.breadcrumb {
margin: 70px 0 0 0;
}
.breadcrumb li.active a {
color: #777;
}
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {

View File

@ -13,6 +13,7 @@ h2, h3 {
.resource-description, .response-info {
margin-bottom: 2em;
}
.version:before {
content: "v";
opacity: 0.6;
@ -32,14 +33,6 @@ h2, h3 {
margin-right: 1em;
}
ul.breadcrumb {
margin: 70px 0 0 0;
}
.breadcrumb li.active a {
color: #777;
}
form select, form input, form textarea {
width: 90%;
}