summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 01:03:49 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 01:03:49 (EDT)
commitc92cfacdfc74b833fc6da48ab70ef297f1338021 (patch)
tree6224a43d61ebd5ff2d7238375420db8b14c67aee /main.css
parent8cba1edce6e335334815e42e58fb0e638b87df88 (diff)
Add name next to logo.
Diffstat (limited to 'main.css')
-rw-r--r--main.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/main.css b/main.css
index b666976..4512e43 100644
--- a/main.css
+++ b/main.css
@@ -61,9 +61,12 @@ header .logo {
}
header .logo a {
display: block;
- width: 64px;
+ padding: 0px 0px 36px 0px;
height: 64px;
- color: transparent;
+ font-size: 16px;
+ font-weight: bold;
+ line-height: 64px;
+ text-decoration: none;
}
header div.nav {
margin: 0px 0px 0px 64px;