Skip to content

Commit

Permalink
Better margins & border
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 12, 2014
1 parent 9c45dd7 commit de2bc31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions org.css
@@ -1,11 +1,9 @@
body {
margin: 1em;
border-right: 5px solid #bbb;
border-bottom: 5px solid #bbb;
padding: 0;
background: #ddd none repeat scroll 0 0;
border: 1px solid #000;
margin: 0;
margin: 0px 15% auto;
padding: 2em;
color: #000;
font-family: "Bitstream Vera Sans", Verdana, sans-serif;
Expand Down

0 comments on commit de2bc31

Please sign in to comment.