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