update basic output now that categories are correctly sorted

pelican -o tests/output/basic/ samples/content/
This commit is contained in:
Bruno Binet 2012-04-04 22:40:03 +02:00
commit c4c49678f9
35 changed files with 98 additions and 87 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%;}