Files
deb-python-lesscpy/test/css/argb.css
Sascha Peilicke a556030931 Move tests to root dir
In essence, tests are not an importable submodule anymore but an
independent piece of code that won't be installed in a user's
site-packages directory.
2014-02-02 13:28:58 +01:00

10 lines
215 B
CSS

.well {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555 ');
color: rgba(90,23,148,0.5);
color: #ff646464;
color: #ff8c6464;
color: #ff5a1794;
color: #805a1794;
color: #ff555555;
}