summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css
index cb2db8b273..3564affccb 100644
--- a/documentation/poky-ref-manual/style.css
+++ b/documentation/poky-ref-manual/style.css
@@ -118,12 +118,12 @@ h6 {
118 background-color: transparent; 118 background-color: transparent;
119 background-repeat: no-repeat; 119 background-repeat: no-repeat;
120 padding-top: 256px; 120 padding-top: 256px;
121 background-image: url("white-on-black-50.png"); 121 background-image: url("figures/poky-ref-manual.png");
122 background-position: top; 122 background-position: left top;
123 margin-top: -256px; 123 margin-top: -256px;
124 padding-right: 50px; 124 padding-right: 50px;
125 margin-left: 50px; 125 margin-left: 50px;
126 text-align: center; 126 text-align: right;
127 width: 600px; 127 width: 600px;
128} 128}
129 129