Skip to content

Commit

Permalink
modified css for removal of black background and wider screen
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetagupta committed Feb 4, 2013
1 parent a7a585d commit 44a583f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-app/css/styles.css
Expand Up @@ -180,8 +180,8 @@ li ol, li ul {


#container {
width: 960px;
margin: 50px auto;
/*width: 960px;*/
/*margin: 50px auto;*/
padding: 10px;
background-color: #fff;
}
Expand Down Expand Up @@ -215,7 +215,7 @@ li ol, li ul {

#nav {
height: 45px;
width: 960px;
/*width: 960px;*/
background-color: #222;
}

Expand Down

0 comments on commit 44a583f

Please sign in to comment.