reftests: Fix CSS for tests after :link introduction

This commit is contained in:
Benjamin Otte 2013-11-09 16:42:29 +01:00
parent 354c93bc70
commit 4244f9258f

View File

@ -1,4 +1,3 @@
* {
-GtkWidget-link-color: blue;
-GtkWidget-visited-link-color: blue;
:link, :visited {
color: blue;
}