com web/shared: got rid of left margins of headings: styles/wiki.css
[email protected] (Christoph Michael Becker)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Commit: fec014f98d12a11529ce94f90107283469d72fc8 Author: Christoph M. Becker <[email protected]> Thu, 26 Mar 2015 01:16:54 +0100 Parents: a7802835d7f17cc7234211393c2d11ae214d1290 Branches: master Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=fec014f98d12a11529ce94f90107283469d72fc8 Log: got rid of left margins of headings Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index b519b97..35cc410 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -1013,6 +1013,7 @@ h1, h2, h3, h4, h5, h6 { border-bottom:0; padding:0; color:#793862; + margin-left: 0; } h1:after, h2:after,