We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2306c50 commit fd44b31Copy full SHA for fd44b31
index.html
@@ -49,7 +49,7 @@
49
50
<header>
51
<div id="top">
52
- <div class="top_inner">
+ <div class="top_inner" style="height:15px;">
53
</div>
54
55
@@ -237,7 +237,7 @@ <h2 style="border: none; font-weight: bold; font-size: 1.5em;color: black; text-
237
$(function() {
238
239
/*! Pimp links, but not those encapsulating an image. */
240
- $('#container a:not(a:has(img))').each(function() {
+ $('#content_wrapper a:not(a:has(img))').each(function() {
241
/*! If link points to another website, add class for external and set target to new page. */
242
if(this.hostname && this.hostname !== location.hostname)
243
{
0 commit comments