[BACK]Return to man.css CVS log [TXT][DIR] Up to [local] / www

Diff for /www/Attic/man.css between version 1.1 and 1.2

version 1.1, 2014/11/07 17:31:37 version 1.2, 2014/12/10 22:21:29
Line 20 
Line 20 
 div.mandoc table.synopsis       { } /* SYNOPSIS section table. */  div.mandoc table.synopsis       { } /* SYNOPSIS section table. */
 div.mandoc table.foot           { } /* Document footer. */  div.mandoc table.foot           { } /* Document footer. */
 div.mandoc td.foot-date         { width: 50%; } /* Document footer: date. */  div.mandoc td.foot-date         { width: 50%; } /* Document footer: date. */
 div.mandoc td.foot-os           { width: 50%; } /* Document footer: OS/source. */  div.mandoc td.foot-os           { width: 50%;
                                     text-align: right; } /* Document footer: OS/source. */
 div.mandoc table.head           { } /* Document header. */  div.mandoc table.head           { } /* Document header. */
 div.mandoc td.head-ltitle       { width: 10%; } /* Document header: left-title. */  div.mandoc td.head-ltitle       { width: 10%; } /* Document header: left-title. */
 div.mandoc td.head-vol          { width: 80%; } /* Document header: volume. */  div.mandoc td.head-vol          { width: 80%;
 div.mandoc td.head-rtitle       { width: 10%; } /* Document header: right-title. */                                    text-align: center; } /* Document header: volume. */
   div.mandoc td.head-rtitle       { width: 10%;
                                     text-align: right; } /* Document header: right-title. */
 div.mandoc .display             { } /* All Bd, D1, Dl. */  div.mandoc .display             { } /* All Bd, D1, Dl. */
 div.mandoc .list                { } /* All Bl. */  div.mandoc .list                { } /* All Bl. */
 div.mandoc i                    { } /* Italic: BI, IB, I, (implicit). */  div.mandoc i                    { } /* Italic: BI, IB, I, (implicit). */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2