organize css a bit

This commit is contained in:
Sami Samhuri 2010-11-26 07:17:42 -08:00
parent 265a77be24
commit 5603093fea

View file

@ -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
}