From 30837cc6f287d7dfb41cf282ad347137da814363 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 20 Jun 2014 16:39:36 -0400 Subject: [PATCH] top area width of links --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index ddec649..67f851b 100644 --- a/styles.css +++ b/styles.css @@ -57,7 +57,7 @@ body { border: 0; float: right; margin: 16px 0 0 0; - width: 220px; + width: 230px; } #topright a { color: white; @@ -198,7 +198,7 @@ cursor: pointer; #sm { position: absolute; right: 20px; - top: -80px; + top: -70px; } } /* columns */ -- 2.17.1