GNOME Bugzilla – Bug 724099
Various style improvements
Last modified: 2014-02-12 15:15:12 UTC
Here are a few stylistic improvements to the docs display.
Created attachment 268760 [details] [review] Use unicode line art instead of ascii art for hierarchy
Created attachment 268761 [details] [review] style: lighten the navigation header background color
Created attachment 268762 [details] [review] Don't display titles on admonition blocks
Created attachment 268763 [details] [review] Set a max width on screen devices This ensures the content does stretch too wide to read.
Created attachment 268764 [details] [review] Tweak the spacings in the css
Created attachment 268765 [details] [review] Use a non-breaking space in function types
Created attachment 268825 [details] [review] Don't display titles on admonition blocks
Created attachment 268826 [details] [review] Set a max width on screen devices This ensures the content does stretch too wide to read.
Created attachment 268827 [details] [review] Tweak the spacings in the css
Created attachment 268828 [details] [review] Use a non-breaking space in function types
Created attachment 268829 [details] [review] Fix heading and footing padding So that heading doesn't get covered by the navigation bar and the footing doesn't scale with font size.
Created attachment 268830 [details] [review] Group classes with the same styles
Created attachment 268831 [details] [review] Use non-breaking space between function name and ()
Created attachment 268832 [details] [review] Use a style class on C punctuation
Created attachment 268833 [details] [review] Tone down the blackness of h4 headings These are used for "Parameters", "Returns", etc.
Created attachment 268834 [details] [review] Dim the link text in non-primary columns This helps the primary column stand out a bit more.
Created attachment 268835 [details] [review] Tone down the non-primary column colors a bit more
Created attachment 268836 [details] [review] Dim the | separators in the navigation bar
Created attachment 268837 [details] [review] Tone down the backgrounds under blocks The warnings, and programlistings were a bit too in your face.
Review of attachment 268832 [details] [review]: Can we make this darker? The gray () after a function name look weird, especially on my laptop LCD, they are hard to read. Also for pointers the '*' almost blends with the white background :/
Just to ensure we're evaluating the same thing. Please test it in devhelp. I recall the last time we worked on the style we noticed a few differences in rendering engines. Once we agree on how it looks in devhelp we can probably do a separate pass to polish up the web version etc.
Attachment 268760 [details] pushed as 0357af2 - Use unicode line art instead of ascii art for hierarchy Attachment 268761 [details] pushed as 8b79c63 - style: lighten the navigation header background color Attachment 268825 [details] pushed as c4d3f71 - Don't display titles on admonition blocks Attachment 268826 [details] pushed as f0762e6 - Set a max width on screen devices Attachment 268827 [details] pushed as eaf3d8d - Tweak the spacings in the css Attachment 268828 [details] pushed as 346fb61 - Use a non-breaking space in function types Attachment 268829 [details] pushed as 2b38155 - Fix heading and footing padding Attachment 268830 [details] pushed as 167024b - Group classes with the same styles Attachment 268831 [details] pushed as 62d21b8 - Use non-breaking space between function name and () Attachment 268832 [details] pushed as d131fe5 - Use a style class on C punctuation Attachment 268833 [details] pushed as 273a154 - Tone down the blackness of h4 headings Attachment 268834 [details] pushed as a8a7cea - Dim the link text in non-primary columns Attachment 268835 [details] pushed as c6b9e1f - Tone down the non-primary column colors a bit more Attachment 268836 [details] pushed as 1018ca5 - Dim the | separators in the navigation bar Attachment 268837 [details] pushed as 085f86d - Tone down the backgrounds under blocks