Moved everything out of the theme

This commit is contained in:
Oliver Davies 2015-05-25 10:13:17 +01:00
parent 347fe76db6
commit f20fba6dbf
27 changed files with 4 additions and 6 deletions

View file

@ -0,0 +1,3 @@
body {
padding-top: 60px;
}

View file

@ -0,0 +1,11 @@
dt {
margin-top: .5em;
&:after {
content: ':';
}
}
dd {
padding-left: 2em;
}

View file

@ -0,0 +1,3 @@
table {
width: 100%;
}

View file

@ -0,0 +1,5 @@
.copyright {
border-top: 1px solid #CCC;
margin-top: 1em;
padding-top: 1em;
}

View file

@ -0,0 +1,6 @@
.latest-posts {
li.active a {
color: $dark-gray;
font-weight: $semibold;
}
}

View file

@ -0,0 +1,6 @@
@import 'compass';
@import 'bootstrap';
@import "variables/**/*";
@import "base/**/*";
@import "components/**/*";

View file

@ -0,0 +1 @@
$dark-gray: #333;

View file

@ -0,0 +1,2 @@
// Font weights.
$semibold: 500;