Skip to content

Commit fd44b31

Browse files
committed
Fixed beautifying of external links to not apply for navigation links.
Resized top bar.
1 parent 2306c50 commit fd44b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<header>
5151
<div id="top">
52-
<div class="top_inner">
52+
<div class="top_inner" style="height:15px;">
5353
</div>
5454
</div>
5555

@@ -237,7 +237,7 @@ <h2 style="border: none; font-weight: bold; font-size: 1.5em;color: black; text-
237237
$(function() {
238238

239239
/*! Pimp links, but not those encapsulating an image. */
240-
$('#container a:not(a:has(img))').each(function() {
240+
$('#content_wrapper a:not(a:has(img))').each(function() {
241241
/*! If link points to another website, add class for external and set target to new page. */
242242
if(this.hostname && this.hostname !== location.hostname)
243243
{

0 commit comments

Comments
 (0)