summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-14 14:22:16 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-14 14:33:51 +0100
commited145bbdfee4dc9794bd5e0910a2acb99db32db0 (patch)
tree6fd2ad94651b51363cd516f531ff5ecf255e7577
parentdc123ba83112a61b77d6e6b3643c4a7da206a2ca (diff)
downloadpoky-ed145bbdfee4dc9794bd5e0910a2acb99db32db0.tar.gz
handbook: Fix stylesheet
Some sizes where defined without units (in our case px) causing display of the header of the handbook to be broken. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--handbook/style.css106
1 files changed, 53 insertions, 53 deletions
diff --git a/handbook/style.css b/handbook/style.css
index 59e34680ff..c4d9df197c 100644
--- a/handbook/style.css
+++ b/handbook/style.css
@@ -64,8 +64,8 @@ h1 {
64} 64}
65 65
66h2.subtitle { 66h2.subtitle {
67 margin: 0.10em 0 3.0em 0; 67 margin: 0.10em 0em 3.0em 0em;
68 padding: 0 0 0 0; 68 padding: 0em 0em 0em 0em;
69 font-size: 1.8em; 69 font-size: 1.8em;
70 padding-left: 20%; 70 padding-left: 20%;
71 font-weight: normal; 71 font-weight: normal;
@@ -83,7 +83,7 @@ h3.subtitle {
83 margin: 0em 0em 1em 0em; 83 margin: 0em 0em 1em 0em;
84 padding: 0em 0em 0em 0em; 84 padding: 0em 0em 0em 0em;
85 font-size: 142.14%; 85 font-size: 142.14%;
86 text-align : right; 86 text-align: right;
87} 87}
88 88
89h3 { 89h3 {
@@ -117,7 +117,7 @@ h6 {
117.authorgroup { 117.authorgroup {
118 background-color: transparent; 118 background-color: transparent;
119 background-repeat: no-repeat; 119 background-repeat: no-repeat;
120 padding-top: 256; 120 padding-top: 256px;
121 background-image: url("poky-beaver.png"); 121 background-image: url("poky-beaver.png");
122 background-position: right top; 122 background-position: right top;
123 float: right; 123 float: right;
@@ -129,8 +129,8 @@ h6 {
129} 129}
130 130
131h3.author { 131h3.author {
132 margin: 0 0 0 0; 132 margin: 0em 0me 0em 0em;
133 padding: 0 0 0 0; 133 padding: 0em 0em 0em 0em;
134 font-weight: normal; 134 font-weight: normal;
135 font-size: 100%; 135 font-size: 100%;
136 clear: both; 136 clear: both;
@@ -141,7 +141,7 @@ h3.author {
141} 141}
142 142
143.titlepage hr { 143.titlepage hr {
144 width: 0; 144 width: 0em;
145 clear: both; 145 clear: both;
146} 146}
147 147
@@ -161,9 +161,9 @@ h3.author {
161.list-of-tables p, 161.list-of-tables p,
162.list-of-figures p, 162.list-of-figures p,
163.list-of-examples p { 163.list-of-examples p {
164 padding: 0 0 0 0; 164 padding: 0em 0em 0em 0em;
165 padding: 0em 0em 0.3em; 165 padding: 0em 0em 0.3em;
166 margin: 1.5em 0 0 0; 166 margin: 1.5em 0em 0em 0em;
167} 167}
168 168
169.toc p b, 169.toc p b,
@@ -178,18 +178,18 @@ h3.author {
178.list-of-tables dl, 178.list-of-tables dl,
179.list-of-figures dl, 179.list-of-figures dl,
180.list-of-examples dl { 180.list-of-examples dl {
181 margin: 0 0 0.5em 0; 181 margin: 0em 0em 0.5em 0em;
182 padding: 0 0 0 0; 182 padding: 0em 0em 0em 0em;
183} 183}
184 184
185.toc dt { 185.toc dt {
186 margin: 0 0 0 0; 186 margin: 0em 0em 0em 0em;
187 padding: 0 0 0 0; 187 padding: 0em 0em 0em 0em;
188} 188}
189 189
190.toc dd { 190.toc dd {
191 margin: 0em 0em 0em 2.6em; 191 margin: 0em 0em 0em 2.6em;
192 padding: 0 0 0 0; 192 padding: 0em 0em 0em 0em;
193} 193}
194 194
195div.glossary dl, 195div.glossary dl,
@@ -222,8 +222,8 @@ div.variablelist dl {
222 222
223 223
224div.calloutlist table td { 224div.calloutlist table td {
225 padding: 0 0 0 0; 225 padding: 0em 0em 0em 0em;
226 margin: 0 0 0 0; 226 margin: 0em 0em 0em 0em;
227} 227}
228 228
229div.calloutlist table td p { 229div.calloutlist table td p {
@@ -236,12 +236,12 @@ div p.copyright {
236} 236}
237 237
238div.legalnotice p.legalnotice-title { 238div.legalnotice p.legalnotice-title {
239 margin-bottom: 0; 239 margin-bottom: 0em;
240} 240}
241 241
242p { 242p {
243 line-height: 1.5em; 243 line-height: 1.5em;
244 margin-top: 0; 244 margin-top: 0em;
245 245
246} 246}
247 247
@@ -264,11 +264,11 @@ img {
264} 264}
265 265
266ul { 266ul {
267 padding: 0 0 0 1.5em; 267 padding: 0em 0em 0em 1.5em;
268} 268}
269 269
270ul li { 270ul li {
271 padding: 0 0 0 0; 271 padding: 0em 0em 0em 0em;
272} 272}
273 273
274ul li p { 274ul li p {
@@ -292,8 +292,8 @@ td {
292} 292}
293 293
294p a[id] { 294p a[id] {
295 margin: 0; 295 margin: 0px;
296 padding: 0; 296 padding: 0px;
297 display: inline; 297 display: inline;
298 background-image: none; 298 background-image: none;
299} 299}
@@ -304,7 +304,7 @@ a {
304} 304}
305 305
306pre { 306pre {
307 overflow : auto; 307 overflow: auto;
308} 308}
309 309
310a:hover { 310a:hover {
@@ -331,8 +331,8 @@ div.informaltable p.title b,
331div.figure p.title b, 331div.figure p.title b,
332div.example p.title b, 332div.example p.title b,
333div.table p.title b{ 333div.table p.title b{
334 padding-top: 0; 334 padding-top: 0em;
335 margin-top: 0; 335 margin-top: 0em;
336 font-size: 100%; 336 font-size: 100%;
337 font-weight: normal; 337 font-weight: normal;
338} 338}
@@ -398,7 +398,7 @@ span.application {
398.caution table th, 398.caution table th,
399.note table th { 399.note table th {
400 padding: 0.8em 0.0em 0.0em 0.0em; 400 padding: 0.8em 0.0em 0.0em 0.0em;
401 margin : 0 0 0 0; 401 margin : 0em 0em 0em 0em;
402} 402}
403 403
404.tip p, 404.tip p,
@@ -418,7 +418,7 @@ span.application {
418b.keycap, 418b.keycap,
419.keycap { 419.keycap {
420 padding: 0.09em 0.3em; 420 padding: 0.09em 0.3em;
421 margin: 0; 421 margin: 0em;
422} 422}
423 423
424.itemizedlist li { 424.itemizedlist li {
@@ -433,8 +433,8 @@ b.keycap,
433 433
434div.navheader, div.heading{ 434div.navheader, div.heading{
435 position: absolute; 435 position: absolute;
436 left: 0; 436 left: 0em;
437 top: 0; 437 top: 0em;
438 width: 100%; 438 width: 100%;
439 background-color: #cdf; 439 background-color: #cdf;
440 width: 100%; 440 width: 100%;
@@ -461,16 +461,16 @@ div.navheader table th {
461} 461}
462 462
463div.navheader table { 463div.navheader table {
464 border-left: 0; 464 border-left: 0em;
465 border-right: 0; 465 border-right: 0em;
466 border-top: 0; 466 border-top: 0em;
467 width: 100%; 467 width: 100%;
468} 468}
469 469
470div.navfooter table { 470div.navfooter table {
471 border-left: 0; 471 border-left: 0em;
472 border-right: 0; 472 border-right: 0em;
473 border-bottom: 0; 473 border-bottom: 0em;
474 width: 100%; 474 width: 100%;
475} 475}
476 476
@@ -506,13 +506,13 @@ div.navfooter hr {
506 506
507 507
508.qandaset tr.question td p { 508.qandaset tr.question td p {
509 margin: 0 0 1em 0; 509 margin: 0em 0em 1em 0em;
510 padding: 0 0 0 0; 510 padding: 0em 0em 0em 0em;
511} 511}
512 512
513.qandaset tr.answer td p { 513.qandaset tr.answer td p {
514 margin: 0 0 1em 0; 514 margin: 0em 0em 1em 0em;
515 padding: 0 0 0 0; 515 padding: 0em 0em 0em 0em;
516} 516}
517.answer td { 517.answer td {
518 padding-bottom: 1.5em; 518 padding-bottom: 1.5em;
@@ -572,7 +572,7 @@ div.informalfigure,
572div.informaltable, 572div.informaltable,
573div.informalexample, 573div.informalexample,
574div.example { 574div.example {
575 border : 1px solid; 575 border: 1px solid;
576} 576}
577 577
578 578
@@ -581,14 +581,14 @@ div.example {
581.warning, 581.warning,
582.caution, 582.caution,
583.note { 583.note {
584 border : 1px solid; 584 border: 1px solid;
585} 585}
586 586
587.tip table th, 587.tip table th,
588.warning table th, 588.warning table th,
589.caution table th, 589.caution table th,
590.note table th { 590.note table th {
591 border-bottom : 1px solid; 591 border-bottom: 1px solid;
592} 592}
593 593
594.question td { 594.question td {
@@ -640,7 +640,7 @@ h5,
640h6, 640h6,
641h7, 641h7,
642h8 { 642h8 {
643 background-color : transparent; 643 background-color: transparent;
644} 644}
645 645
646hr { 646hr {
@@ -649,7 +649,7 @@ hr {
649 649
650 650
651.tip, .warning, .caution, .note { 651.tip, .warning, .caution, .note {
652 border-color : #aaa; 652 border-color: #aaa;
653} 653}
654 654
655 655
@@ -784,7 +784,7 @@ h1.title {
784 background-color: transparent; 784 background-color: transparent;
785 background-image: url("poky-handbook.png"); 785 background-image: url("poky-handbook.png");
786 background-repeat: no-repeat; 786 background-repeat: no-repeat;
787 height: 256; 787 height: 256px;
788 text-indent: -9000px; 788 text-indent: -9000px;
789 overflow:hidden; 789 overflow:hidden;
790} 790}
@@ -793,7 +793,7 @@ h2.subtitle {
793 background-color: transparent; 793 background-color: transparent;
794 text-indent: -9000px; 794 text-indent: -9000px;
795 overflow:hidden; 795 overflow:hidden;
796 width: 0; 796 width: 0px;
797 display: none; 797 display: none;
798} 798}
799 799
@@ -864,7 +864,7 @@ body {
864/ ****************************************/ 864/ ****************************************/
865/* 865/*
866div.navfooter, div.footing{ 866div.navfooter, div.footing{
867 -moz-opacity: 0.8; 867 -moz-opacity: 0.8em;
868} 868}
869 869
870div.figure, 870div.figure,
@@ -896,11 +896,11 @@ hr {
896} 896}
897 897
898table { 898table {
899 border: 0; 899 border: 0em;
900} 900}
901 901
902 .photo { 902 .photo {
903 float:right; 903 float: right;
904 margin-left: 1.5em; 904 margin-left: 1.5em;
905 margin-bottom: 1.5em; 905 margin-bottom: 1.5em;
906 margin-top: 0em; 906 margin-top: 0em;
@@ -911,7 +911,7 @@ table {
911} 911}
912 .seperator { 912 .seperator {
913 padding-top: 2em; 913 padding-top: 2em;
914 clear :both; 914 clear: both;
915 } 915 }
916 916
917 #validators { 917 #validators {
@@ -939,8 +939,8 @@ table {
939 939
940.tip h3, 940.tip h3,
941.note h3 { 941.note h3 {
942 padding: 0; 942 padding: 0em;
943 margin: 0; 943 margin: 0em;
944 font-size: 2em; 944 font-size: 2em;
945 font-weight: bold; 945 font-weight: bold;
946 color: #fff; 946 color: #fff;
@@ -950,4 +950,4 @@ table {
950.note a { 950.note a {
951 color: #fff; 951 color: #fff;
952 text-decoration: underline; 952 text-decoration: underline;
953} \ No newline at end of file 953}