content/xml/tests/books/common.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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