Skip to content

Commit

Permalink
minor styling edit ul align left
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 21, 2015
1 parent c53fb26 commit 5e4eb8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ p {
text-align: justify;
}

ul {
text-align: left;
}

.thin {
font-weight: 300;
}
Expand Down Expand Up @@ -90,7 +94,7 @@ a {
}

a:hover {
color: #666666;
color: #999999;
}

a:visited {
Expand Down

0 comments on commit 5e4eb8b

Please sign in to comment.