mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +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
|
; 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
|
li { display: inline
|
||||||
; font-size: 2em
|
; font-size: 2em
|
||||||
; margin: 0
|
; margin: 0
|
||||||
|
|
@ -55,15 +64,6 @@ li a:active { color: #000
|
||||||
; border-bottom: dashed 1px #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
|
p#promoteJS { margin-top: 3em
|
||||||
; text-align: center
|
; text-align: center
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue