Skip to content

Commit

Permalink
Don't justify text
Browse files Browse the repository at this point in the history
  • Loading branch information
gregspurrier committed Apr 8, 2012
1 parent fdbcfa0 commit cfd11ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions _sass/screen.scss
Expand Up @@ -126,10 +126,6 @@ code {
}

#content {
p {
text-align: justify;
}

img {
float: left;
margin-right: 1em;
Expand Down
12 changes: 4 additions & 8 deletions stylesheets/screen.css
Expand Up @@ -187,35 +187,31 @@ code {
}

/* line 129, ../_sass/screen.scss */
#content p {
text-align: justify;
}
/* line 133, ../_sass/screen.scss */
#content img {
float: left;
margin-right: 1em;
border: 1px solid #586e75;
}

/* line 140, ../_sass/screen.scss */
/* line 136, ../_sass/screen.scss */
.dateline {
font-size: 0.625em;
line-height: 2.6;
margin-top: -2.6em;
margin-bottom: 0;
}

/* line 147, ../_sass/screen.scss */
/* line 143, ../_sass/screen.scss */
.dateline + p {
margin-top: 0;
}

/* line 151, ../_sass/screen.scss */
/* line 147, ../_sass/screen.scss */
#footer {
font-family: Inconsolata, Monaco, monospace;
border-top: 1px solid #586e75;
}
/* line 155, ../_sass/screen.scss */
/* line 151, ../_sass/screen.scss */
#footer p {
text-align: center;
margin-top: 0;
Expand Down

0 comments on commit cfd11ce

Please sign in to comment.