[Clo-cvs] CVS update: public_html/header.shtml public_html/index.shtml public_html/logo110x35.jpg public_html/logo120x80.png public_html/style.css

Erik Enge eenge at common-lisp.net
Fri Jan 20 02:06:26 UTC 2006


Update of /project/clo/cvsroot/public_html
In directory common-lisp:/project/clo/public_html

Modified Files:
	header.shtml index.shtml style.css 
Added Files:
	logo110x35.jpg logo120x80.png 
Log Message:
adding made with lisp logo
Date: Thu Jan 19 20:06:26 2006
Author: eenge

Index: public_html/header.shtml
diff -u public_html/header.shtml:1.3 public_html/header.shtml:1.4
--- public_html/header.shtml:1.3	Tue Jan 17 18:55:00 2006
+++ public_html/header.shtml	Thu Jan 19 20:06:25 2006
@@ -1,5 +1,14 @@
  <div id="header">
-      <span class="headerTitle">Welcome to Common-Lisp.net</span>
+      <table width="100%" valign="top">
+       <tr>
+        <td align="left">
+        <span class="headerTitle">Welcome to Common-Lisp.net</span>
+        </td>
+        <td align="right">
+         <img src="logo120x80.png" alt="Made with Lisp">
+        </td>
+       </tr>
+      </table>
       <div class="headerLinks">
         <a href="http://www.lisp.org/">ALU</a>|
         <a href="http://www.cliki.net/">CLiki</a>|


Index: public_html/index.shtml
diff -u public_html/index.shtml:1.105 public_html/index.shtml:1.106
--- public_html/index.shtml:1.105	Wed Jan 18 09:09:04 2006
+++ public_html/index.shtml	Thu Jan 19 20:06:25 2006
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
   <!--#include virtual="head.shtml" --> 
   <body>
-    <div id="top"></div>
   
     <!-- ###### Header ###### -->
 






Index: public_html/style.css
diff -u public_html/style.css:1.22 public_html/style.css:1.23
--- public_html/style.css:1.22	Tue Jan 17 15:13:55 2006
+++ public_html/style.css	Thu Jan 19 20:06:25 2006
@@ -156,13 +156,13 @@
 
 #header {
   border-bottom: 2px solid;
-  height: 6em;
+  height: 8.5em;
   margin-bottom: 5mm;
-  padding: 2em 2.5mm 0 5mm;
+  padding: 0.5em 2.5mm 0 5mm;
 }
 
 .headerTitle {
-  font-size: 300%;
+  font-size: 250%;
 }
 
 .headerLinks {




More information about the clo-cvs mailing list