Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote:
Hans-Christoph Steiner wrote:
Would it be possible to bump up the font sizes in RST? The `` ``
why not use StructuredText ? (i found rst impractical at the least)
"Structured text is really a great idea for certain situations; reST is a much better implementation of the idea than any versions I've seen before." Guido van Rossum
inline quote font is almost unreadable.
I didn't look too deeply into it yet, but there are no CSS-styles active for the docutils/reST classes. The default docutils stylesheet ("html4css1.css" [1]) however doesn't actually fix the font-size.
For that, one could use e.g. the entry:
tt.docutils { font-size: 110%; }
But generally I think there are some conflicting styles hidden inside Plone (like IMO <h6> shouldn't be smaller than <p>.)
[1] http://docutils.sourceforge.net/docs/howto/html-stylesheets.html
Ciao