From 92e1cd3127ec51f9cd2bc9159554562fb784839b Mon Sep 17 00:00:00 2001 From: Viljami S Date: Mon, 12 Dec 2011 15:48:20 +0200 Subject: [PATCH] Change the active class --- example/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/styles.css b/example/styles.css index cfd437a..2649160 100644 --- a/example/styles.css +++ b/example/styles.css @@ -90,7 +90,7 @@ a:active { color: #666; } -.anotherslideshow_tabs .anotherslideshow_active a { +.anotherslideshow_tabs .anotherslideshow_here a { color: #fff; font-weight: bold; }