Skip to content

Commit

Permalink
Gave that header some border radius. Headers love boarder radius.
Browse files Browse the repository at this point in the history
  • Loading branch information
appleton committed Sep 19, 2011
1 parent 99dd85c commit 9c4ebc9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions lib/split/dashboard/public/style.css
Expand Up @@ -21,6 +21,13 @@ body {
background: -ms-linear-gradient (top, #576a76 0%, #414e58 100%);
background: linear-gradient (top, #576a76 0%, #414e58 100%);
border-bottom: 1px solid #fff;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius: 5px;

overflow:hidden;
padding: 10px 5%;
text-shadow:0 1px 0 #000;
Expand Down Expand Up @@ -73,9 +80,9 @@ body {
background: #f9f9f9;
border:1px solid #ccc;
border-top:none;
-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.2);
box-shadow: 0 3px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.2);
-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.2);
box-shadow: 0 3px 10px rgba(0,0,0,0.2);
overflow: hidden;
}

Expand Down

0 comments on commit 9c4ebc9

Please sign in to comment.