Skip to content

Commit

Permalink
change the menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jun 7, 2012
1 parent 4e5ec7b commit df39c5c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/screen.css
Expand Up @@ -27,6 +27,23 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
margin-right: 5px;
}

#index {
margin: auto;
width: 600px;
text-align: center;
}

#index li {
height: 40px;
background: lightgray;
margin-bottom: 5px;
padding-top: 20px;
}

#index li:hover {
background: gray;
}

#dataContent {
width: 900px;
margin: auto;
Expand Down

0 comments on commit df39c5c

Please sign in to comment.