Commit 9809f4d3 by José Padilla

Merge pull request #2809 from aparsons/master

Move ul.breadcrumb margin to bootstrap-tweaks.css
parents 450c5414 72230a91
...@@ -60,6 +60,14 @@ a single block in the template. ...@@ -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 { ...@@ -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 { ...@@ -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%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment