[Issue 12178] Odd whitespace look on dlang website

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 16 05:03:48 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12178



--- Comment #6 from Kenji Hara <k.hara.pg at gmail.com> 2014-02-16 05:03:46 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > Created an attachment (id=1325) [details] [details]
> > test2
> 
> This is what I think is a reasonable look. IOW I don't see why the excessive
> whitespace was added between parameters, it looks really odd in picture 1.

So it's style issue. It will be fixed by:

dlang.org/css/style.css

.d_decl {
    font-weight: bold;
    background-color: #E4E9EF;
    /* border-top: solid black 1px; */
    border-bottom: solid 2px #336600;
    padding: 2px 0px 2px 2px;
    text-align: left;   // <---- added
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list