Update layout, remove unused files

This commit is contained in:
Romain Neutron 2012-05-25 20:31:12 +02:00
commit f0d6756b5e
5 changed files with 20 additions and 29 deletions

View file

@ -10,14 +10,6 @@ tt.literal{
font-weight:bold;
}
h2{
margin: 15px 0 5px;
}
h3{
margin: 15px 0 10px;
}
a.headerlink {
display:none;
}

View file

@ -0,0 +1,7 @@
h2{
padding: 40px 0 5px;
}
h3{
padding: 40px 0 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,3 +1,6 @@
/**
* Here you write your customizations
*/
body, html {
background-color:#CEC7CB;
}