Add style for the note marker. Fix #257

This commit is contained in:
Alexis Metaireau 2012-04-01 13:42:28 +02:00
commit 373ccdebf2

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%;}