Skip to content

Commit

Permalink
Add basic style to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsisazevedo committed Jul 30, 2011
1 parent b315cb0 commit 3814bfa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions manouche_us/static/css/index.css
Expand Up @@ -18,6 +18,17 @@
border-bottom: 1px solid black;
}

.menu ul {
margin-left: 70px;
}

.menu ul li {
float: left;
padding: 0 20px;
margin-top: 15px;
border-right: 1px solid black;
}

.content .main {
height: 500px;
border: 1px solid black;
Expand Down

0 comments on commit 3814bfa

Please sign in to comment.