New look & feel for std.algorithm

Piotr Szturmaj bncrbme at jadamspam.pl
Mon Apr 4 10:46:04 PDT 2011


Andrei Alexandrescu wrote:
> On 4/4/11 12:37 PM, Piotr Szturmaj wrote:
>> Jacob Carlborg wrote:
>>> The function declarations (in the part after the cheat sheet) should
>>> stand out more, lager font and/or bold.
>>
>> http://img717.imageshack.us/img717/5825/ss20110404193228.png
>>
>> I was just playing with the CSS. What do you think?
>
> Not half bad to me. Code?

Of course :)

.d_decl {
     font-weight: bold;
     background-color: white;
     border-top: solid black 1px;
     border-bottom: solid black 1px;
     padding: 2px 0px 2px 2px;
}

I've also added some padding.


More information about the Digitalmars-d mailing list