Browse Source

New "active" class that uses settings.namespace. Fixes #1

pull/2/merge
Viljami S 13 years ago
parent
commit
d125fe5a08
  1. 2
      example/index.html
  2. 2
      example/styles.css

2
example/index.html

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>ResponsiveSlides.js &middot; Responsive jQuery Slideshow</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="styles.css?v1.01" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="../responsiveslides.pack.js"></script>
<script>

2
example/styles.css

@ -90,7 +90,7 @@ a:active {
color: #666;
}
.anotherslideshow_tabs .active a {
.anotherslideshow_tabs .anotherslideshow_active a {
color: #fff;
font-weight: bold;
}

Loading…
Cancel
Save