projects
/
westcastle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Better README, write first draft of documentation
[westcastle.git]
/
doc
/
index.css
1
@import
'../vendor/Ubuntu_googlefont.css'
;
2
3
body
{
4
font-family
:
Ubuntu
,
Verdana
,
sans-serif
;
5
font-size
:
1.1rem
;
6
width
:
1200px
;
7
margin
:
30px
auto
;
8
line-height
:
1.5rem
;
9
}
10
11
img
{
12
display
:
block
;
13
margin
:
30px 0
;
14
width
:
100
%;
15
}