content/xml/tests/books/common.css

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     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