RetroZilla/layout/html/tests/block/interactive/bug128804.css
2015-10-20 23:03:22 -04:00

8 lines
69 B
CSS

.blackBold
{
FONT-WEIGHT: bold;
}
A:hover
{
FONT-WEIGHT: normal;
}