mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
organize css a bit
This commit is contained in:
parent
265a77be24
commit
5603093fea
1 changed files with 9 additions and 9 deletions
18
style.css
18
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue