Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
a link tag is more efficient
  • Loading branch information
kraih committed Feb 9, 2015
1 parent 104e12d commit f7452ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/templates/mojobar.html.ep
@@ -1,7 +1,7 @@
%= javascript '/mojo/jquery/jquery.js'
<div id="mojobar">
%= stylesheet 'http://fonts.googleapis.com/css?family=Roboto+Condensed'
<style scoped="scoped">
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
#mojobar {
background-color: #1a1a1a;
background: -webkit-linear-gradient(top, #2a2a2a 0%, #000 100%);
Expand Down

0 comments on commit f7452ce

Please sign in to comment.