Hello,

it's been a while I've criticized the Lyx website background about being to 
disturbing while reading (that was, IIRC, in the users mail list). Since some 
of the participating users suggested that I could bring in myself by editing a 
working copy of the lyx site source code, I've done so and sent the changes to 
Christian Ridderstrom. After that he mailed to me that you would appreciate my 
changes and that you could use it currently very well. He also directed me to 
this mailing list and made a diff-file for the SVN repository out of my 
manually done changes.
So hereby I'm sending the diff-file to you, hoping that it works ;) and by 
stating that

I hereby grant permission to license my contributions to LyX
under the GNU General Public Licence (version 2 and later).

Best Regards,

Red*Star aka David Krebs

PS: I've also been informed by Christian that I was not the only who finds the 
Lyx page pretty "outdated" ;). If, sometimes, someone of you really wants to 
rewrite/redesign the lyx page, maybe I could contribute to that project. 
Currently I'm really busy, but I've done some homepage designing in the past 
(without php, but I think that the language would be not so complicated to 
learn ;) ).
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

Index: styles/pinmenu.css
===================================================================
--- styles/pinmenu.css	(revision 21260)
+++ styles/pinmenu.css	(working copy)
@@ -21,7 +21,7 @@
 
 div.pinmenu {
     position: fixed;
-    margin-top: 1em;
+    margin-top: 5em; 
     margin-left: 1em;
     width: 13em;
     float: left;
Index: styles/lyx.css
===================================================================
--- styles/lyx.css	(revision 21260)
+++ styles/lyx.css	(working copy)
@@ -62,7 +62,7 @@
 h1
 {
   font-size:     1.728em;
-  margin-top:    3em;
+  margin-top:    1em;            
   margin-bottom: 2em;
 }
 
Index: styles/higraphics.css
===================================================================
--- styles/higraphics.css	(revision 21260)
+++ styles/higraphics.css	(working copy)
@@ -16,9 +16,17 @@
   background: transparent;
 }
 
+div.page                          
+{                                 
+	padding-left:8px;         
+	padding-right:8px;        
+	padding-bottom:8px;       
+	background: rgb(34,102,51);
+}                                 
+
 a img {
     background-color: transparent;
-    color: rgb(42,123,74);
+    color: rgb(82,253,144);       
 }
 
 a

Reply via email to