added sizeToFill option + ui updates

This commit is contained in:
Vadim Namniak
2014-10-08 22:48:48 -04:00
parent d2d3578322
commit cb7cb65b9e
5 changed files with 90 additions and 60 deletions
+9
View File
@@ -3,6 +3,7 @@ body {
margin: auto;
font-family: 'Open Sans', sans-serif;
color: #fff;
line-height: 140%;
}
div, header, footer, article {
@@ -128,9 +129,17 @@ img {
span {
margin-left: 20px;
margin-right: 5px;
}
span, .emph {
font-weight: 600;
display: inline;
}
strong {
background: #fff;
color: #0D9F69;
font-weight: bold;
padding: 0 5px;
}