mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
cookbook: Remove bold on emphasis inside programlisting
If an <emphasis> element is placed inside a <programlisting> in a cookbook recipe, the result is bold italic text in the HTML output. This isn't particularly readable. Fix is to style emphasis elements inside programlistings so the font weight is not bold but is still italicised. http://bugzilla.clutter-project.org/show_bug.cgi?id=2475
This commit is contained in:
parent
ca42ec1a7a
commit
88f7579a9d
@ -530,6 +530,9 @@ div.navfooter hr {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre.programlisting .emphasis {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
/************* /
|
||||
/ decorations /
|
||||
|
Loading…
Reference in New Issue
Block a user