update custom output now that categories are correctly sorted

pelican -o tests/output/custom/ -s samples/pelican.conf.py samples/content/
This commit is contained in:
Bruno Binet 2012-04-04 22:35:53 +02:00
commit 7fcaca85dd
41 changed files with 177 additions and 166 deletions

View file

@ -111,6 +111,13 @@ cite {}
q {}
div.note {
float: right;
margin: 5px;
font-size: 85%;
max-width: 300px;
}
/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}