Skip to content

Commit

Permalink
Added a style sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalmer committed Jan 4, 2012
1 parent 8269fb2 commit bf4ee46
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions styles/main.css
@@ -0,0 +1,40 @@
div {

border: 1px solid black;

}
#top {

text-align: right;

padding: 40px 85px 0 0;
}

#sidebar {

width: 150px;

float: left;

margin-left: 7px;

margin-right: 6px;

}


#sidebar ul {

margin: 0px;

padding: 10px;

list-style: none;

}

#content {

float: left;

}

0 comments on commit bf4ee46

Please sign in to comment.