summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-22 21:19:44 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-22 21:19:44 +0100
commit64f33e10abddf8b70d2c6bee74f8555012a3fb6d (patch)
tree7cb83a07d63feff69857539c2925c08c2339321b
parentapply suggestions from morgan (diff)
downloadlumberjaph-64f33e10abddf8b70d2c6bee74f8555012a3fb6d.tar.gz
change font size for menus
-rw-r--r--_layouts/default.html2
-rw-r--r--static/css/screen.css9
2 files changed, 10 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 8bb46b1..0e330dc 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -19,7 +19,7 @@
<div class="site">
<nav>
<div class="title">
- <a href="/">I'm a lumberjaph</a>
+ <a class="home" href="/">I'm a lumberjaph</a>
<a class="extra" href="/">home</a>
<a class="extra" rel="archives" href="/archives.html">archives</a>
<a class="extra" rel="author" href="/about/">about</a>
diff --git a/static/css/screen.css b/static/css/screen.css
index 481ae5e..2ae1650 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -88,11 +88,20 @@ ul.posts span {
color: #a00;
font-weight: bold;
margin: .5em 1.1em .5em 1.1em;
+ font-size: 120%;
+
+}
+
+.title .home {
+ font-size: 160%;
}
.site .title a {
color: #a00;
text-decoration: none;
+ -moz-transition: color .25s linear;
+ -webkit-transition: color .25s linear;
+ transition: color .25s linear;
}
.site .title a:hover {