Skip to content

Commit

Permalink
fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
codepo8 committed Sep 15, 2010
1 parent 838cfc5 commit 54c1a54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lanyrdbadge.css
@@ -1,10 +1,10 @@
div#lanyrd{
background:#eef;
border:1px solid #999;
padding:5px;
-moz-border-radius:5px;
-wekbit-border-radius:5px;
border-radius:5px;
width:20em;
}
background:#eef;
border:1px solid #999;
padding:5px;
-moz-border-radius:5px;
-wekbit-border-radius:5px;
border-radius:5px;
width:20em;
}
#lanyrd a{color:#000;}
1 change: 1 addition & 0 deletions lanyrdbadge.js
Expand Up @@ -20,6 +20,7 @@ lanyrdbadge = function(){
var res = o.results[0];
res = res.replace(/class="split"/,'id="lanyrd"');
res = res.replace(/speaking at/,'');
res = res.replace(/href="/,'href="http://lanyrd.com');
l.parentNode.innerHTML = res;
}
return {seed:seed,init:init}
Expand Down

0 comments on commit 54c1a54

Please sign in to comment.