Browse Source

Topbar style fixing.

Nathaniel van Diepen 10 years ago
parent
commit
9328a4212f
2 changed files with 8 additions and 2 deletions
  1. 4 0
      css/style.css
  2. 4 2
      data/pages/topbar.template

+ 4 - 0
css/style.css

@@ -93,12 +93,14 @@ span.icon-bugs{
 	display: block;
 	width: 35px;
 	height: 35px;
+	font-size: 13px;
 }
 span.icon-bugs-invert{
 	background-image: url('../img/bug-invert.png');
 	background-size: 100%;
 	background-repeat: no-repeat;
 	display: block;
+	float: left;
 	width: 35px;
 	height: 35px;
 }
@@ -155,6 +157,8 @@ span.icon-bugs-invert{
 	}
 	a.topbar-index{
 		left: 72px;
+		width: auto !important;
+		padding-right: 5px !important;
 	}
 	div#topbar{
 		min-height: 35px;

+ 4 - 2
data/pages/topbar.template

@@ -8,7 +8,9 @@
 -->
 <div class="topbar-left">
 	<a class="topbar-home" href="#page-index">
-		<span class="icon-bugs"></span>
+		<span class="icon-bugs">
+			Home
+		</span>
 	</a>
 	<a class="topbar-current" href="#{{url}}">
 		{{title}}
@@ -22,7 +24,7 @@
 		&larr;
 	</a>
 	<a class="topbar-index" href="#page-index">
-		<span class="icon-bugs-invert"></span>
+		<span class="icon-bugs-invert"></span>Home
 	</a>
 	{{#unless key}}
 		<a href="#page-users">