mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
6 lines
239 B
CSS
6 lines
239 B
CSS
/* Why do we keep a space before !important? Some agents display issues without it. See https://github.com/yui/yuicompressor/issues/37 */
|
|
a{
|
|
height: 100px !important;
|
|
text-shadow: 0 0 0 ! important;
|
|
width: 20% !important;
|
|
} |