]> git.sur5r.net Git - i3/i3.github.io/commitdiff
asciidoc css: explicitly set text-align: left; for h* (Thanks Miroslav)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 20 Nov 2012 08:39:23 +0000 (09:39 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 20 Nov 2012 08:39:23 +0000 (09:39 +0100)
Otherwise, the default is text-align: justify; which looks odd in some
browsers/resolutions.

css/xhtml11.css

index 52f22e39c739a08128de3860308c85d3315e79bb..f80b1638afd2760d00db8c810e10e7edf5806d7c 100644 (file)
@@ -26,6 +26,7 @@ div.listingblock tt {
 h1, h2, h3, h4, h5, h6 {
   margin-top: 1.2em;
   margin-bottom: 0.5em;
+  text-align: left;
 }
 
 h2 {