From 6c0c794a33f0b6f1920d910df7094d33cd79b993 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Mon, 30 Sep 2013 15:54:37 -0700 Subject: [PATCH] yet again, updates. --- css/style.css | 12 ++++-------- pages/info | 4 ++-- templates/nav.html.tpl | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index c687be7..f091882 100644 --- a/css/style.css +++ b/css/style.css @@ -100,9 +100,9 @@ table, td, tr { #content { /*display:none;*/ - margin-left:100px; + margin-left:150px; position:absolute; - top:10em; + top:2em; padding-bottom: 20px; padding-top:0; } @@ -181,11 +181,6 @@ margin-bottom:0.2em; } #nav li.home a { } -#nav .tags { -} -#nav .tags a { - font-weight: normal; -} @@ -462,7 +457,8 @@ ul.image { color:#777; } .tag a:hover { - color:#5ff; + color:#000; + background:#5ff; } diff --git a/pages/info b/pages/info index 1f2730f..0e14595 100755 --- a/pages/info +++ b/pages/info @@ -6,8 +6,8 @@ template = page --> -Gabriel Labov Dunne -1981 Born in San Francisco, USA + +1981 Born, Gabriel Labov Dunne, San Francisco, USA ###### contact diff --git a/templates/nav.html.tpl b/templates/nav.html.tpl index 3ddf1d6..a92e9f1 100644 --- a/templates/nav.html.tpl +++ b/templates/nav.html.tpl @@ -15,7 +15,7 @@
  • about
  • projects
  • -
  • tags
  • +
    -- 2.34.1