axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] 20081202.01.tpd.patch (browser lighten background imag


From: daly
Subject: [Axiom-developer] 20081202.01.tpd.patch (browser lighten background image)
Date: Tue, 2 Dec 2008 12:42:09 -0600

The Axiom firefox background was too dark. 
This patch lightens it.
========================================================================
diff --git a/books/bookvol11.pamphlet b/books/bookvol11.pamphlet
index a74adfe..18e20b3 100644
--- a/books/bookvol11.pamphlet
+++ b/books/bookvol11.pamphlet
@@ -253,7 +253,7 @@ all: ${PAGES}
        @ ${TANGLE} -R"strang.input"   ${BOOK} >strang.input
        @ ${TANGLE} -R"signatures.txt" ${BOOK} >signatures.txt
        @ cp ${SPD}/books/ps/doctitle.png ${OUT}/doctitle.png
-       @ cp ${SPD}/books/ps/bigbayou.png ${OUT}/bigbayou.png
+       @ cp ${SPD}/books/ps/lightbayou.png ${OUT}/lightbayou.png
 
 @
 
@@ -38665,7 +38665,7 @@ The normal arithmetic operations are available for 
floating point numbers.
 <<page head>>
  <center>
   <a href="axbook/book-contents.xhtml">
-   <img src="axbook/ps/bluebayou.png"/>
+   <img src="axbook/ps/lightbayou.png"/>
   </a>
  </center>
  <center>
@@ -49077,7 +49077,7 @@ Additional information sources:
 <<rootpage.xhtml>>=
 <<standard head>>
   <style>
-   body { background: url(bigbayou.png) no-repeat; }
+   body { background: url(lightbayou.png) no-repeat; }
   </style>
  </head>
  <body>
diff --git a/books/ps/lightbayou.png b/books/ps/lightbayou.png
new file mode 100644
index 0000000..958dca8
Binary files /dev/null and b/books/ps/lightbayou.png differ
diff --git a/changelog b/changelog
index 82bc4ae..a96b9cb 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+20081202 tpd src/axiom-website/patches.html 20081202.01.tpd.patch
+20081202 tpd books/ps/lightbayou.png lighten browser background
+20081202 tpd books/bookvol11.pamphlet lighten browser background
 20081201 tpd src/axiom-website/patches.html 20081201.04.tpd.patch
 20081201 tpd src/axiom-website/index.html fix video link
 20081201 tpd src/axiom-website/videos.html add wmv, pdf
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 6daa1c1..4f9cb94 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -771,6 +771,8 @@ add missing files<br/>
 bookvol10.3 add domains<br/>
 <a href="patches/20081201.04.tpd.patch">20081201.04.tpd.patch</a>
 website add wmv, pdf to video page<br/>
+<a href="patches/20081202.01.tpd.patch">20081202.01.tpd.patch</a>
+browser lighten background image <br/>
 
  </body>
 </html>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]