Add smaller text classes

This commit is contained in:
Ben Ogle
2013-08-21 16:30:17 -07:00
parent b668a30fa4
commit 2abd9a65fc

View File

@@ -7,5 +7,14 @@
background-color: #333;
}
}
.highlighted { .text(highlighted); }
.subtle { .text(subtle); }
.smaller {
font-size: 0.9em;
}
.small {
font-size: 0.8em;
}