content/xml/tests/books/common.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.)

     1 SearchResult {
     2   display: block;
     3   margin-top: 8px;
     4   margin-left: 8px;
     5 }
     7 Header {
     8   width: 612px;
     9   display: block;
    10 }
    12 SearchTitle {
    13   display: block;
    14   width: 280px;
    15   border-bottom: thin solid black;
    16   padding-bottom: 6px;
    17   margin-bottom: 12px;
    18 } 
    20 SearchTitle:first-line {
    21   font-family: Verdana, Sans-Serif;
    22   color: #cc6600;
    23   font-size: 14pt;
    24 }
    26 Toolbar {
    27   font-family: Verdana, Sans-Serif;
    28   float: right;
    29   font-size: 7pt;
    30   display: block;
    31   border: ridge #ddddff 4px;
    32   width: 220px;
    33   margin-right: 0px;
    34   text-align: center;
    35 }
    37 Label {
    38   font-weight: bold;
    39 }
    41 input {
    42   margin-top: 2px;
    43 }

mercurial