repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial import for public release...
[archweb_dev-nj.git]
/
media
/
forms
/
core.css
blob
bdeac7a4be99245c73781610f68731cfbda4a81f
1
/**********************************
2
3
Use: Core Styles
4
Author: Nick Rigby
5
6
***********************************/
7
8
body
{
9
padding
:
0 10px
;
10
font
:
normal
62.5
%
"Lucida Grande"
,
Helvetica
,
Verdana
,
Arial
;
11
}
12
13
p
{
margin
:
10px 0
; }
14
15
.sr
{
16
position
:
absolute
;
17
left
: -
9999em
;
18
top
:
0
;
19
width
:
1px
;
20
height
:
1px
;
21
overflow
:
hidden
;
22
}