On 11/04/14 10:25, Anton Khirnov wrote:
> 
> On Mon,  7 Apr 2014 04:11:08 +0200, Luca Barbato <[email protected]> wrote:
>> ---
>>
>> Makes the html output more readable.
>>
>>  htdocs/css/bootstrap-theme.css | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/htdocs/css/bootstrap-theme.css b/htdocs/css/bootstrap-theme.css
>> index 5c86fc1..24b2fa6 100644
>> --- a/htdocs/css/bootstrap-theme.css
>> +++ b/htdocs/css/bootstrap-theme.css
>> @@ -461,4 +461,8 @@ blockquote {
>>    background: black;
>>  }
>>
>> +dd {
>> +    margin-left: 2em;
>> +}
>> +
>>  /*# sourceMappingURL=bootstrap-theme.css.map */
> 
> What does it do?
> 

indents the definition

before

**term**
This is the definition of term
**subterm**
This is a subterm but you hardly notice.

after

**term**
  This is the definition of term
  spanning as many line as needed
  **subterm**
    And indenting also the defintion of subterms.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to