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.)

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

mercurial