Skip to content

Commit

Permalink
Tweak spacing a tiny bit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidben committed Mar 9, 2012
1 parent b2bf7ec commit 85a0637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/res/nacl/uqm.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
background-color: #000;
background-image: url(starfield.png);
margin: 0; padding: 0;
}

#container {
Expand All @@ -14,7 +15,7 @@ body {
color: #fff;
border: 2px solid #226;
width: 640px;
margin: 0 auto 0 auto;
margin: 20px auto 20px auto;
}
#downloads {
width: 640px;
Expand Down

0 comments on commit 85a0637

Please sign in to comment.