Skip to content

Commit

Permalink
Round the corners at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 2, 2011
1 parent 405c4b0 commit b4409ac
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions www/attachments/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

html {
font: normal 120% Merriweather;
background-color:white;
background-color:#EBE8E0;
color:#0B5C7B;
text-shadow: 0 1px 0 white;
}
Expand Down Expand Up @@ -70,11 +70,9 @@ input#search-input {

div#main-container {
background-color:white;
margin-top:30px;
margin-left:5%;
padding: 2% 5% 1% 5%;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
margin:30px 5%;
padding: 2% 5%;
border-radius: 15px;
width:80%;
}

Expand Down

0 comments on commit b4409ac

Please sign in to comment.