Skip to content

Commit

Permalink
Refactor CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
darylf committed Jan 14, 2015
1 parent 37c3f4e commit 5c417dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/main.css
Expand Up @@ -18,9 +18,9 @@ body {

#page {
bottom: 40px;
right: 40px;
margin-bottom: 10px;
position: absolute;
right: 40px;
width: 472px; }

#page, h1, ul {
Expand All @@ -34,8 +34,8 @@ h1 span:first-child {
color: #c8102e; }

h1 a {
text-decoration: none;
color: #000; }
color: #000;
text-decoration: none; }

ul {
margin-top: 1.8em;
Expand Down

0 comments on commit 5c417dc

Please sign in to comment.