content/xml/tests/books/list.css

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     2 BookSet {
     3   display: block;
     4 }
     6 Book {
     7   display: list-item;
     8   float: none;
     9   border: none;
    10   background: inherit;
    11 }
    13 BookCover {
    14  display: none;
    15 }
    17 Title {
    18   display: block;
    19   font-weight: bold;
    20   color: blue;
    21   text-decoration: underline;
    22   cursor: pointer;
    23 }
    25 Author {
    26   display: block;
    27   font-style: italic;
    28 }
    30 Synopsis {
    31   display: none;
    32 }
    35 ListPrice {
    36   display: none;
    37   text-align: right;
    38   padding-right: 15px;
    39   text-decoration: line-through;  
    40 }
    43 Price {
    44   display: block;
    45   color: rgb(20,100,0);
    46   font-weight: bold;
    47   text-align:left; 
    48 }
    51 Price:before {
    52   content: "Our Price: ";
    53 }
    55 ISBN {
    56   display: block;
    57   font-family: monospace;
    58   font-size: 8pt;
    59 }

mercurial