Add breadcrumb

This commit is contained in:
perryharlock
2013-09-27 12:00:51 +01:00
parent d846f7aec3
commit 944f723d80
11 changed files with 45 additions and 11 deletions

View File

@@ -24,7 +24,7 @@
@import "input-groups.less";
@import "navs.less";
@import "navbar.less";
//@import "breadcrumbs.less";
@import "breadcrumbs.less";
//@import "pagination.less";
@import "pager.less";
@import "labels.less";

View File

@@ -19,16 +19,19 @@
.ruled-sm {
margin-bottom:15px;
}
.well-med {
padding:15px;
}
/* General */
.header {
padding-bottom:25px;
margin-bottom:40px;
padding-bottom:15px;
margin-bottom:30px;
background-color:lighten(@gray-lighter, 4%);
}
.footer {
background-color:lighten(@gray-lighter, 4%);
padding:40px 0;
padding:40px 0 20px 0;
margin-top:40px;
}
.supersize-me {
@@ -92,6 +95,7 @@
li {
width:32%;
margin-right:2%;
border-radius: @border-radius-base;
a {
display:block;
@@ -297,6 +301,7 @@ ul.date-links {
li {
width:32%;
margin-right:2%;
border-radius: @border-radius-base;
label {
padding:2px 4px;