Skip to content

Commit

Permalink
border-radius on webkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed May 30, 2010
1 parent 253a6d2 commit 8817131
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lambda.css
Expand Up @@ -139,6 +139,7 @@
background-color: #444444;
color: #ffffff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-decoration: none;
font-weight: bold;
}
Expand All @@ -165,6 +166,7 @@
text-align: center;
background-color: #990000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.resize-corner
Expand Down Expand Up @@ -207,6 +209,7 @@ ul.select li a
color: #999999;
background-color: #eeeeee;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
}

ul.select li a:hover
Expand All @@ -233,6 +236,7 @@ ul.select li.selected a:visited:hover
color: #ffffff;
background-color: #666666;
text-decoration: none;
border: solid 2px #999999;
}

#wait
Expand Down

0 comments on commit 8817131

Please sign in to comment.