review/static/extra.css @ cd17a814bf17

web: more styling
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Jun 2010 19:33:07 -0400
parents eaa63ba9a24e
children c4db1e4882dd
a.button span, a.button {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.00, rgba(0, 0, 0, 0.15)),
        color-stop(1, rgba(255, 255, 255, 0.0))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(255, 255, 255, 0.0) 100%
    );
}