repo.or.cz
/
step2_drupal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit
[step2_drupal.git]
/
content_profile
/
content_profile.css
blob
19b2e0116d68e58f933937e7c85ac811e64ada9d
1
@CHARSET
"UTF-8"
;
2
3
div
.
content-profile-display
{
4
border
:
1px
solid
#DDD
;
5
margin
:
1em 0em
;
6
padding
:
0em 1em 1em 1em
;
7
}
8
9
ul
.
content-profile
{
10
border-bottom
:
1px
solid
#bbb
;
11
padding
:
0.5em 1em
;
12
}
13
14
ul
.
content-profile li
{
15
display
:
inline
;
16
padding
:
0 2em
;
17
border-right
:
1px
solid
#ccc
;
18
position
:
relative
;
19
left
: -
1em
;
20
background
:
none
;
21
}