repo.or.cz
/
pyff3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Imagine pseudocode that handles files and dirs
[pyff3.git]
/
css.css
blob
a0bdd9522d1408c595084525b280f3b4582003d6
1
body
{
2
}
3
4
.list
{
5
color
:
gold
;
6
font-size
:
20px
;
7
padding
:
5
%
0 5
%
20
%;
8
}
9
10
.image
{
11
padding-left
:
80
%;
12
position
:
absolute
;
13
top
:
20px
;
14
}
15
16
img
{
17
display
:
block
;
18
height
:
50px
;
19
}
20
21
.b03
{
22
list-style-image
:
url
(
b03.gif
);
23
}
24
25
.list li
{
26
padding
:
10px 0
;
27
}