Commit f345ae24 authored by Leo Iannacone's avatar Leo Iannacone

style for header

parent 48d520b8
...@@ -3,3 +3,8 @@ ...@@ -3,3 +3,8 @@
width: 220px !important; width: 220px !important;
top: 10px; top: 10px;
} }
#header {
background: url('../images/debian-logo.gif') right no-repeat;
cursor: pointer;
}
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<body> <body>
<div class="container-fluid"> <div class="container-fluid">
<header > <header id="header" onclick="window.location.href='/'">
<h1><%= title %></h1> <h1><%= title %></h1>
<p class="lead"><%= description %></p> <p class="lead"><%= description %></p>
</header> </header>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment