1
0
Fork 0
mirror of https://git.ludikovsky.name/git/fugitive.git synced 2024-05-18 06:25:33 +02:00

changed default quote in default template header + bottom nav style

This commit is contained in:
p4bl0 2010-08-02 15:15:26 +02:00
parent 5ff38e903a
commit c661fda93d
2 changed files with 5 additions and 3 deletions

View file

@ -24,13 +24,15 @@ nav {
display: block;
margin: 0;
padding: 0.3em 1em;
border: 1px solid #ccc;
border-width: 1px;
border-color: #ccc;
border-style: solid none;
background: #f2f2f2;
color: #aaa;
text-align: left;
}
#topnav {
border-top-style: none;
border-style: none solid solid solid;
font-size: 1.3em;
}
nav ul { padding: 0; margin: 0; }

View file

@ -44,5 +44,5 @@
</nav>
<header>
<h1><?fugitive-install name ?>'s blog</h1>
<q>fugitive: a blog engine for hackers.</q>
<q>Don't learn to hack, hack to learn.</q>
</header>