Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
spit and polish; move away from pixel measures
Browse files Browse the repository at this point in the history
  • Loading branch information
howthebodyworks committed Jan 5, 2016
1 parent 87c6178 commit 3b1ee61
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 16 deletions.
20 changes: 14 additions & 6 deletions compass/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ article {

blockquote {
margin:0px;
padding:0 12px 0 12px;
padding:0 1em 0 2em;
border-left: 0.5em solid #EEE;
margin: 0px;
border-top: 0.2em solid #EEE;
Expand All @@ -106,7 +106,7 @@ article {
p {
/* line-height: 30px; */
margin: 0.5em auto;
text-indent: 0px;
text-indent: 0;
&.caption {
font-size: 80%;
margin-top: 0;
Expand Down Expand Up @@ -192,10 +192,14 @@ article {
footer {
background: #fff;
color: #666;
border-top: #666 0.1em solid;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size:13px;
letter-spacing:4px;
margin-left: 20px;
font-size: 70%;
letter-spacing: 0.2em;
margin: 3em 0 0 3em;
padding-top: 1.1em;
text-align: right;

a {
border-bottom: none;
color: #c0c0c0;
Expand All @@ -207,6 +211,10 @@ footer {
text-align: right;
}
aside {
letter-spacing: 0;
letter-spacing: 0.05em;
display: inline;
}
nav {
display: inline;
}
}
28 changes: 18 additions & 10 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ article img {
/* line 98, main.scss */
article blockquote {
margin: 0px;
padding: 0 12px 0 12px;
padding: 0 1em 0 2em;
border-left: 0.5em solid #EEE;
margin: 0px;
border-top: 0.2em solid #EEE;
Expand All @@ -147,7 +147,7 @@ article blockquote {
article p {
/* line-height: 30px; */
margin: 0.5em auto;
text-indent: 0px;
text-indent: 0;
}
/* line 110, main.scss */
article p.caption {
Expand Down Expand Up @@ -253,25 +253,33 @@ article ul.tags li:first-child:before {
footer {
background: #fff;
color: #666;
border-top: #666 0.1em solid;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 4px;
margin-left: 20px;
font-size: 70%;
letter-spacing: 0.2em;
margin: 3em 0 0 3em;
padding-top: 1.1em;
text-align: right;
}
/* line 199, main.scss */
/* line 203, main.scss */
footer a {
border-bottom: none;
color: #c0c0c0;
}
/* line 203, main.scss */
/* line 207, main.scss */
footer li {
display: inline;
}
/* line 206, main.scss */
/* line 210, main.scss */
footer p {
text-align: right;
}
/* line 209, main.scss */
/* line 213, main.scss */
footer aside {
letter-spacing: 0;
letter-spacing: 0.05em;
display: inline;
}
/* line 217, main.scss */
footer nav {
display: inline;
}

0 comments on commit 3b1ee61

Please sign in to comment.