projects
/
recipes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First commit
[recipes.git]
/
static
/
style.css
1
* {
2
margin
:
50px
;
3
padding
:
0px
;
4
}
5
6
body
{
7
font-size
:
18px
;
8
text-shadow
:
2px 2px 2px #DDD
;
9
text-align
:
center
;
10
line-height
:
18px
;
11
color
:
#5b5b5b
;
12
background-color
:
#ededed
;
13
margin
:
0px
;
14
}
15
16
img
{
17
border
:
0px
;
18
}
19