Fixe some csslint errors

stable
David Barragán Merino 2014-06-26 19:52:52 +02:00
parent 220c80e968
commit a0926e30b0
2 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
.us-title {
@extend %large;
@extend %text;
text-transform: uppercase;
background: $whitish;
padding: 2rem 1rem;
text-transform: uppercase;
.us-number {
color: $gray-light;
margin-right: .5rem;

View File

@ -5,8 +5,8 @@
li {
@extend %xlarge;
@extend %title;
text-transform: uppercase;
border-bottom: 1px solid #a6b2a7;
text-transform: uppercase;
&:last-child {
border-bottom: 0;
}