mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add style for the note marker. Fix #257
This commit is contained in:
parent
ebe5c0b2bf
commit
373ccdebf2
1 changed files with 7 additions and 0 deletions
|
|
@ -111,6 +111,13 @@ cite {}
|
||||||
|
|
||||||
q {}
|
q {}
|
||||||
|
|
||||||
|
div.note {
|
||||||
|
float: right;
|
||||||
|
margin: 5px;
|
||||||
|
font-size: 85%;
|
||||||
|
max-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
table {margin: .5em auto 1.5em auto; width: 98%;}
|
table {margin: .5em auto 1.5em auto; width: 98%;}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue