diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-21 12:50:56 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-21 12:50:56 -0500 |
commit | d2c9956d26880e5616875873904a4a61044dc520 (patch) | |
tree | b50ba4d41a06113d7a17edae52022d2b79461462 | |
parent | b46358a73431aa4b5283139ec12ece59d9ccce28 (diff) |
fixed link to gallery
-rw-r--r-- | css/bootswatch.css | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | js/bootswatch.js | 2 |
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; @@ -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"> \ |