Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-12-13 04:50:34 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-12-13 04:50:34 (GMT)
commitd1ff7c0f9b31a0a9f2e3b5fb0ca947eb0a13cc4f (patch)
tree5bf03e22feb45eb2cf4c8f75e4964219161baf6b /css
parent38ae0a7811f9cf55b9704683cdbf02f066f12bd8 (diff)
fixed more corners for webkit
Diffstat (limited to 'css')
-rw-r--r--css/intro.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/intro.css b/css/intro.css
index 14f8bfb..c9a58ea 100644
--- a/css/intro.css
+++ b/css/intro.css
@@ -68,6 +68,10 @@ width:95%;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
+-webkit-border-bottom-left-radius:5px;
+-webkit-border-bottom-right-radius:5px;
+-webkit-border-top-left-radius:5px;
+-webkit-border-top-right-radius:5px;
border:1px solid black;
margin:10px;
padding-left:10px;