Skip to content

Commit

Permalink
Link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyph3r committed Oct 26, 2011
1 parent 83043db commit 7b6d032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _templates/layout.html
Expand Up @@ -47,8 +47,8 @@
#header ul.languages { list-style: none; text-align: right; margin-bottom: 0; display: inline-block; }
#header .languages li { display: inline }
#header .languages li a { display: inline-block; padding: 10px 10px 10px 25px; border-right: 1px solid #ccc; background-repeat: no-repeat; background-position: 5px center }
#header .en { background-image: url('_static/images/icons/languages/gb.png'); }
#header .es { background-image: url('_static/images/icons/languages/es.png'); }
#header .en { background-image: url('/_static/images/icons/languages/gb.png'); }
#header .es { background-image: url('/_static/images/icons/languages/es.png'); }
#header ul.navigation { list-style: none; text-align: right; margin-bottom: 0; display: inline-block; float: right; }
#header .navigation li { display: inline }
#header .navigation li a { display: inline-block; padding: 10px 15px; border-left: 1px solid #ccc; }
Expand Down

0 comments on commit 7b6d032

Please sign in to comment.