summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-13 07:43:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-18 10:30:49 +0100
commita92fcf1c62314046cc85033b1e6e8da82069d7cd (patch)
tree1e963b814233949091f22111257fd6df49f628ed /documentation/adt-manual
parentd994d0bc8b4643c7822c42e1d414023aea4257f3 (diff)
downloadpoky-a92fcf1c62314046cc85033b1e6e8da82069d7cd.tar.gz
documentation: Updated style sheets to remove unused .PNG files.
Fixes [YOCTO #6430] The style sheets were carrying over old .PNG files that are not part of the manuals. I have removed the statements that were using them. (From yocto-docs rev: 6e4fa419b9367ab5e34b9aa8010a24980416dc7d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-style.css36
1 files changed, 17 insertions, 19 deletions
diff --git a/documentation/adt-manual/adt-style.css b/documentation/adt-manual/adt-style.css
index 3b098aa493..58dd70e367 100644
--- a/documentation/adt-manual/adt-style.css
+++ b/documentation/adt-manual/adt-style.css
@@ -1,6 +1,6 @@
1/* 1/*
2 Generic XHTML / DocBook XHTML CSS Stylesheet. 2 Generic XHTML / DocBook XHTML CSS Stylesheet.
3 3
4 Browser wrangling and typographic design by 4 Browser wrangling and typographic design by
5 Oyvind Kolas / pippin@gimp.org 5 Oyvind Kolas / pippin@gimp.org
6 6
@@ -42,7 +42,7 @@
42 42
43body { 43body {
44 font-family: Verdana, Sans, sans-serif; 44 font-family: Verdana, Sans, sans-serif;
45 45
46 min-width: 640px; 46 min-width: 640px;
47 width: 80%; 47 width: 80%;
48 margin: 0em auto; 48 margin: 0em auto;
@@ -243,7 +243,7 @@ div.legalnotice p.legalnotice-title {
243p { 243p {
244 line-height: 1.5em; 244 line-height: 1.5em;
245 margin-top: 0em; 245 margin-top: 0em;
246 246
247} 247}
248 248
249dl { 249dl {
@@ -297,7 +297,7 @@ p a[id] {
297 padding: 0px; 297 padding: 0px;
298 display: inline; 298 display: inline;
299 background-image: none; 299 background-image: none;
300} 300}
301 301
302a { 302a {
303 text-decoration: underline; 303 text-decoration: underline;
@@ -338,10 +338,10 @@ div.table p.title b{
338 font-weight: normal; 338 font-weight: normal;
339} 339}
340 340
341.mediaobject .caption, 341.mediaobject .caption,
342.mediaobject .caption p { 342.mediaobject .caption p {
343 text-align: center; 343 text-align: center;
344 font-size: 80%; 344 font-size: 80%;
345 padding-top: 0.5em; 345 padding-top: 0.5em;
346 padding-bottom: 0.5em; 346 padding-bottom: 0.5em;
347} 347}
@@ -604,7 +604,7 @@ b.keycap,
604.keycap { 604.keycap {
605 border: 1px solid; 605 border: 1px solid;
606} 606}
607 607
608 608
609div.navheader, div.heading{ 609div.navheader, div.heading{
610 border-bottom: 1px solid; 610 border-bottom: 1px solid;
@@ -675,10 +675,10 @@ hr {
675} 675}
676 676
677.note { 677.note {
678 background-color: #f0f0f2; 678 background-color: #f0f0f2;
679} 679}
680 680
681.glossary dl dt, 681.glossary dl dt,
682.variablelist dl dt, 682.variablelist dl dt,
683.variablelist dl dt span.term { 683.variablelist dl dt span.term {
684 color: #044; 684 color: #044;
@@ -778,10 +778,10 @@ div.article .titlepage .title
778} 778}
779*/ 779*/
780 780
781div.preface .titlepage .title, 781div.preface .titlepage .title,
782div.colophon .title, 782div.colophon .title,
783div.chapter .titlepage .title, 783div.chapter .titlepage .title,
784div.article .titlepage .title 784div.article .titlepage .title
785{ 785{
786} 786}
787 787
@@ -793,7 +793,6 @@ div.sect2 .titlepage .title {
793 793
794h1.title { 794h1.title {
795 background-color: transparent; 795 background-color: transparent;
796 background-image: url("figures/yocto-project-bw.png");
797 background-repeat: no-repeat; 796 background-repeat: no-repeat;
798 height: 256px; 797 height: 256px;
799 text-indent: -9000px; 798 text-indent: -9000px;
@@ -942,8 +941,8 @@ table {
942 941
943.tip, 942.tip,
944.note { 943.note {
945 background: #f0f0f2; 944 background: #f0f0f2;
946 color: #333; 945 color: #333;
947 padding: 20px; 946 padding: 20px;
948 margin: 20px; 947 margin: 20px;
949} 948}
@@ -954,12 +953,12 @@ table {
954 margin: 0em; 953 margin: 0em;
955 font-size: 2em; 954 font-size: 2em;
956 font-weight: bold; 955 font-weight: bold;
957 color: #333; 956 color: #333;
958} 957}
959 958
960.tip a, 959.tip a,
961.note a { 960.note a {
962 color: #333; 961 color: #333;
963 text-decoration: underline; 962 text-decoration: underline;
964} 963}
965 964
@@ -976,4 +975,3 @@ table {
976 font-size:large; 975 font-size:large;
977 color: #00557D; 976 color: #00557D;
978} 977}
979