Browse Source

docs : add vendor border-radius

pull/14/head
David DeSandro 14 years ago
parent
commit
4a1324dc31
  1. 2
      css/style.css

2
css/style.css

@ -84,6 +84,8 @@ body {
position: relative; position: relative;
background: #888; background: #888;
color: #222; color: #222;
-webkit-border-top-right-radius: 1.2em;
-moz-border-radius-topright: 1.2em;
border-top-right-radius: 1.2em; border-top-right-radius: 1.2em;
} }

Loading…
Cancel
Save