From 5603093fea0f7f9ae57b1824937d49fbb850b3f9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 26 Nov 2010 07:17:42 -0800 Subject: [PATCH] organize css a bit --- style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index a4c527d..4a003dd 100644 --- a/style.css +++ b/style.css @@ -36,6 +36,15 @@ a { color: #22a ; border-bottom: dashed 1px #22a } +a.img { border: none } + +a.up { font-size: 1.5em + ; text-shadow: none + ; color: #222 + ; border: none + ; text-decoration: underline + } + li { display: inline ; font-size: 2em ; margin: 0 @@ -55,15 +64,6 @@ li a:active { color: #000 ; border-bottom: dashed 1px #000 } -a.img { border: none } - -a.up { font-size: 1.5em - ; text-shadow: none - ; color: #222 - ; border: none - ; text-decoration: underline - } - p#promoteJS { margin-top: 3em ; text-align: center }