summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/bootswatch.css2
-rw-r--r--index.html2
-rw-r--r--js/bootswatch.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index 3c36b743..9bab7ab4 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -58,7 +58,7 @@ body {
opacity: 0.8;
}
-#swatches {
+#gallery {
margin: 45px 0 30px 0;
padding-right: 20px;
text-align: center;
diff --git a/index.html b/index.html
index 846c98a9..f3a43126 100644
--- a/index.html
+++ b/index.html
@@ -121,7 +121,7 @@
<div class="row">
<div class="span12">
- <h1 id="swatches">Gallery</h1>
+ <h1 id="gallery">Gallery</h1>
<ul class="thumbnails">
diff --git a/js/bootswatch.js b/js/bootswatch.js
index 375cbdd2..6787067f 100644
--- a/js/bootswatch.js
+++ b/js/bootswatch.js
@@ -1,5 +1,5 @@
var menu = '<ul class="nav"> \
- <li><a id="swatch-link" href="#swatches">Gallery</a></li> \
+ <li><a id="swatch-link" href="/#gallery">Gallery</a></li> \
<li class="dropdown"> \
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Preview <b class="caret"></b></a> \
<ul class="dropdown-menu"> \