Skip to content

Commit ca476b8

Browse files
committed
make path relative + remove cursor from ted logo
1 parent d7a3f14 commit ca476b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

war/css/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@
266266
background-image: url("../img/tedx.jpg");
267267
width: 213px;
268268
height: 70px;
269-
cursor: pointer;
270269
margin: 0 auto;
271270
/*filter: grayscale(100%);*/
272271
}

war/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h2>
373373
<div id="tedx"></div>
374374
<div class="row-fluid">
375375
<div class="span12" title="See two awesome TEDx talks by Stephen Larson featuring OpenWorm"
376-
onclick=Javascript:window.open("http://www.openworm.org/media.html") style="cursor: pointer;">
376+
onclick=Javascript:window.open("/media.html") style="cursor: pointer;">
377377
<h2 class="centered" style="letter-spacing: 0;">
378378
Bangalore and Vienna
379379
</h2>

0 commit comments

Comments
 (0)