mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Theme fix + remove trailing spaces when parsing rst files for tags.
This commit is contained in:
parent
c086539b4a
commit
2baf91a50d
3 changed files with 7 additions and 3 deletions
|
|
@ -24,6 +24,10 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
article img{
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
h2 {font-size: 1.571em} /* 22px */
|
||||
h3 {font-size: 1.429em} /* 20px */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue