content/xml/tests/books/common.css

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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