Skip to content

Commit

Permalink
css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 16, 2010
1 parent 2e02ad5 commit 8dc388e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/style.sass
Expand Up @@ -16,6 +16,9 @@

$barheight = 23px

html
background: #78909C

body
background: #78909c
background-image: -moz-linear-gradient(top, #51545b, #78909c)
Expand Down Expand Up @@ -57,7 +60,7 @@ div.css-chart p
text-align: center
+border-radius(0.5em)
text-shadow: 1px 1px 1px #000
-webkit-transition: opacity 0.2s ease-out
-webkit-transition: opacity 0.2s ease-in
text-transform: uppercase
font-size: 18px

Expand All @@ -74,9 +77,9 @@ div.css-chart p

div.css-chart
background-image: -webkit-gradient(radial, 482 482, 250, 480 484, 400, from(rgba(90, 100, 112, 0.5)), to(rgba(0, 0, 0, 0)))
margin: 5em auto 0 auto
margin: -3em auto 0 auto
width: 964px
height: 494px
height: 540px
position: relative
overflow: hidden
margin-bottom: 15em
Expand Down

0 comments on commit 8dc388e

Please sign in to comment.