Removed some old partials

This commit is contained in:
Oliver Davies 2015-10-26 19:00:59 +00:00
parent 74d1b0d226
commit e7eb3c9bfb
6 changed files with 1 additions and 33 deletions

View file

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

View file

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

View file

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

View file

@ -1,7 +0,0 @@
/*
@each $page in experience, services, testimonials, talks, blog, contact {
.page--#{$page} .nav__#{$page} {
@extend .active;
}
}
*/

View file

@ -1,5 +0,0 @@
.block--drupalcon_la {
img {
margin-bottom: .5em;
}
}

File diff suppressed because one or more lines are too long