summaryrefslogtreecommitdiff
path: root/default-files
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-08-02 15:15:26 +0200
committerp4bl0 <pablo@rauzy.name>2010-08-02 15:15:26 +0200
commitc661fda93d737e0b919fd40dcace5ca46bb937a2 (patch)
tree70ee278fd57db94f6c7168484bd191b172e694f2 /default-files
parent5ff38e903a9ada8938aa71695af44b8bdde29fa9 (diff)
changed default quote in default template header + bottom nav style
Diffstat (limited to 'default-files')
-rw-r--r--default-files/fugitive.css6
-rw-r--r--default-files/top.html2
2 files changed, 5 insertions, 3 deletions
diff --git a/default-files/fugitive.css b/default-files/fugitive.css
index 14cf934..19eb469 100644
--- a/default-files/fugitive.css
+++ b/default-files/fugitive.css
@@ -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; }
diff --git a/default-files/top.html b/default-files/top.html
index b996a51..6915957 100644
--- a/default-files/top.html
+++ b/default-files/top.html
@@ -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>