1. Updated typography for blockquotes

2. Improved blockquote Liquid tag
3. Added custom layout Sass for making layout changes simple
This commit is contained in:
Brandon Mathis
2011-06-22 18:53:17 -04:00
parent a2ab1d4802
commit da514a6559
8 changed files with 72 additions and 54 deletions

View File

@ -1,5 +1,6 @@
$border: inline-image('dotted-border.png');
#articles {
overflow: hidden;
@media only screen and (max-width: 768px) {
ul, ol { margin-left: 1.4em; }
}
@ -91,7 +92,7 @@ $border: inline-image('dotted-border.png');
top: .3em;
padding-left: .5em;
}
footer {
> footer {
margin-top: 2em;
padding-top: 1em;
margin-bottom: 1.5em;

View File

@ -58,7 +58,7 @@ pre {
line-height: 1.45em;
font-size: .8em;
margin-bottom: 1.5em;
padding: .4em .8em;
padding: .8em 1em;
color: #555;
overflow: auto;
}