Skip to content

Commit

Permalink
some small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbetts committed Nov 3, 2010
1 parent 77ac7af commit 3608b22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/master.css
Expand Up @@ -35,6 +35,7 @@ body {
background: -webkit-gradient(linear, 0 0, 0 70%, from(#F7941E), to(#D37F18));
background: linear-gradient(#F7941E, #D37F18 70%);
border: 1px solid #C97917;
font-size: 18px;
font-weight: 200;
text-shadow: 0 -1px 0 #7E4B0D;
height: 40px;
Expand Down Expand Up @@ -68,6 +69,9 @@ body {
height: 250px;
width: 250px;
border: 1px solid #aaa;
-webkit-border-radius: 20px;
border-radius: 20px;
overflow: hidden;
}

#settings {
Expand Down

0 comments on commit 3608b22

Please sign in to comment.