review/static/extra.css @ eaa63ba9a24e

web: start a new style
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Jun 2010 18:13:37 -0400
parents (none)
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%
    );
}