1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Corrected hover over tag4 in tagwords/tagwords_css.php

This commit is contained in:
nlstart
2012-04-09 10:23:00 +00:00
parent b36ff51875
commit 1eb4d91fdc

View File

@@ -44,7 +44,7 @@ a.tag3:hover {
color:#73880A;
text-decoration:none;
}
a.tag1:hover {
a.tag4:hover {
text-decoration:underline;
}