Skip to content

Commit

Permalink
slim down the header
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Mar 18, 2013
1 parent 9c2bdd3 commit b0c11e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webapp/graphite/templates/browser.html
Expand Up @@ -20,7 +20,7 @@
</head>


<frameset rows="80,*" frameborder="1" border="1">
<frameset rows="60,*" frameborder="1" border="1">
<frame src="/browser/header/" name="Header" id='header' scrolling="no" noresize="true" />
{% if target %}
<frame src="/composer/?showTarget={{target}}&{{queryString}}" name="content" id="composerFrame"/>
Expand Down
5 changes: 1 addition & 4 deletions webapp/graphite/templates/browserHeader.html
Expand Up @@ -25,12 +25,9 @@
background: url('/content/img/carbon-fiber.png'), -o-linear-gradient(top, #000 55%, #333);
background: url('/content/img/carbon-fiber.png'), linear-gradient(top, #000 55%, #333);
}
div.header {
margin-top: 15px;
}
.header span.title {
font-family: "HelveticaNeue-UltraLight", "Helvetica Neue", "Helvetica";
font-size: 2.5em;
font-size: 2.0em;
font-weight: 100;
margin-left: 50px;
color: #fff;
Expand Down

0 comments on commit b0c11e7

Please sign in to comment.