Added help

This commit is contained in:
Sergio Costas 2015-10-26 14:45:44 +01:00
parent e5b3a4d32a
commit 4ddb219000
41 changed files with 1514 additions and 134 deletions

37
doc/devede.css Normal file
View file

@ -0,0 +1,37 @@
body {
background-color: #F0F0FF;
width: 1280px;
margin-left: auto;
margin-right: auto;
}
p,li {
font-size: 120%;
}
p.title {
text-align: center;
font-size: 200%;
font-weight: bold;
}
p.subtitle {
text-align: center;
font-size: 150%;
}
p.section {
text-align: left;
font-size: 140%;
font-weight: bold;
}
div.picture {
text-align: center;
width: 100%;
}
p.foot {
text-align: center;
font-size: 100%;
font-weight: bold;
}