[dlang.org] [dlang/dlang.org] aeae3a: use <div> for DDOC_BLANKLINE
GitHub via dlang.org
dlang.org at puremagic.com
Wed Jun 1 04:49:41 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/dlang.org
Commit: aeae3aca6d3c4e645febcecef4bd47f6c536dbe7
https://github.com/dlang/dlang.org/commit/aeae3aca6d3c4e645febcecef4bd47f6c536dbe7
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2016-05-30 (Mon, 30 May 2016)
Changed paths:
M css/style.css
M std.ddoc
Log Message:
-----------
use <div> for DDOC_BLANKLINE
The old <br><br> would result in more whitespace after block elements
than after plain text. A <div> doesn't have that problem.
Commit: 3dad6e95f3d5a6917e1233a915add70d5e065013
https://github.com/dlang/dlang.org/commit/3dad6e95f3d5a6917e1233a915add70d5e065013
Author: Marc Schütz <schuetzm at gmx.net>
Date: 2016-06-01 (Wed, 01 Jun 2016)
Changed paths:
M css/style.css
M std.ddoc
Log Message:
-----------
Merge pull request #1317 from aG0aep6G/blankline
use <div> for DDOC_BLANKLINE
Compare: https://github.com/dlang/dlang.org/compare/3ee88bb6ba21...3dad6e95f3d5
More information about the dlang.org
mailing list