Edited StyleSheets

This commit is contained in:
Rasmus Eeg
2012-03-08 14:02:07 +01:00
parent 68544e7de2
commit b222e5b76a
5 changed files with 38 additions and 53 deletions

View File

@@ -27,8 +27,7 @@
</head>
<body>
<div id="container">
<header>
% if not headphones.CURRENT_VERSION:
% if not headphones.CURRENT_VERSION:
<div id="updatebar">
You're running an unknown version of Headphones. <a class="blue" href="update">Click here to update</a>
</div>
@@ -37,10 +36,14 @@
A <a class="blue" href="http://github.com/rembo10/headphones/compare/${headphones.CURRENT_VERSION}...${headphones.LATEST_VERSION}"> newer version</a> is available. You're ${headphones.COMMITS_BEHIND} commits behind. <a class="blue" href="update">Click here to update</a>
</div>
% endif
<header>
<div id="logo">
<a href="home"><img src="images/headphoneslogo.png" alt="headphones"></a>
</div>
<ul id="nav">
<div class="clear" />
</header>
<ul id="nav">
<li><a href="home">home</a></li>
<li><a href="upcoming">upcoming</a></li>
<li><a href="extras">extras</a></li>
@@ -49,7 +52,9 @@
<li><a href="logs">logs</a></li>
<li><a href="config">settings</a></li>
</ul>
<div id="searchbar">
<div id="subhead">
${next.headerIncludes()}
<div id="searchbar">
<form action="search" method="get">
<input type="text" value="" onfocus="if(this.value==this.defaultValue) this.value='';" name="name" />
<select name="type">
@@ -59,13 +64,11 @@
<input type="submit" value="Add"/>
</form>
</div>
<div id="subhead">
${next.headerIncludes()}
</div>
</header>
<div id="main" class="main">
${next.body()}
<div class="clear" />
</div>
<footer>