Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Set border radii to 15px.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuhei Kagawa committed Feb 7, 2014
1 parent 57dfafb commit 5bfc2d0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions source/stylesheets/all.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ h4 {
.content {
padding: 10px 30px 20px 30px;
background-color: #FFFFFF;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 40px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

.navbar {
Expand Down

0 comments on commit 5bfc2d0

Please sign in to comment.