mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update basic output now that categories are correctly sorted
pelican -o tests/output/basic/ samples/content/
This commit is contained in:
parent
7fcaca85dd
commit
c4c49678f9
35 changed files with 98 additions and 87 deletions
|
|
@ -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%;}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue