[armedbear-cvs] r14229 - public_html

mevenson at common-lisp.net mevenson at common-lisp.net
Fri Nov 2 09:53:05 UTC 2012


Author: mevenson
Date: Fri Nov  2 02:53:03 2012
New Revision: 14229

Log:
website:  More fussiness with CSS.

Need ehu to change permissions on common-lisp.net to update the rest.

Modified:
   public_html/faq.shtml
   public_html/left-menu
   public_html/style.css
   public_html/testimonials.shtml

Modified: public_html/faq.shtml
==============================================================================
--- public_html/faq.shtml	Wed Oct 31 06:13:02 2012	(r14228)
+++ public_html/faq.shtml	Fri Nov  2 02:53:03 2012	(r14229)
@@ -10,7 +10,7 @@
 </head>
 
 <body>
- <div class="header">
+ <div id="title" class="header">
    <h1>FAQ: ABCL - Common Lisp on the JVM</h1>
  </div>
 

Modified: public_html/left-menu
==============================================================================
--- public_html/left-menu	Wed Oct 31 06:13:02 2012	(r14228)
+++ public_html/left-menu	Fri Nov  2 02:53:03 2012	(r14229)
@@ -25,7 +25,12 @@
 
   <div style="height:3cm"> </div>
 
-  <script type="text/javascript"
-          src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js">
-  </script>
+  <ul class="menu-list">
+    <li> 
+      <script type="text/javascript"
+                src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js">
+      </script>
+    </li>
+  </ul>
+
 </div>

Modified: public_html/style.css
==============================================================================
--- public_html/style.css	Wed Oct 31 06:13:02 2012	(r14228)
+++ public_html/style.css	Fri Nov  2 02:53:03 2012	(r14229)
@@ -9,6 +9,11 @@
     max-width: 20cm;
 }
 
+div#title {
+    width: 80%;
+    margin-left: 10%;
+}
+
 .header {
     text-align: center;
     font-size: medium;
@@ -72,7 +77,7 @@
     font-size: 120%;
     font-weight: bold;
     color: white;
-    background-color: #3366ff;
+    background-color:  #6699ff;
     text-align: center 
 }
 
@@ -101,6 +106,8 @@
     padding-left:       1em;
     padding-top:        0.3em;
     padding-bottom:     0.3em;
+  border-top-left-radius:	1em;
+  border-bottom-right-radius:	0.5em;
 }
 div.rn dl dd {
     margin-top: 1em;
@@ -146,14 +153,14 @@
 }
 
 div#left-menu {
+    background-color: #3366ff;
     border-radius: 1em;
     border-style: solid;
     border-color: #999999;
     float: left;
     width: 10%;
-    background-color: #6699ff;
     font-family: sans-serif;
-    font-size: 12px;
+    font-size: smaller;
 }
 
 ul.menu-list  {
@@ -168,5 +175,5 @@
 
 ul.menu-list li {
     padding: .3em;
-    margin-left: -20%;
+    margin-left: -30%;
 }
\ No newline at end of file

Modified: public_html/testimonials.shtml
==============================================================================
--- public_html/testimonials.shtml	Wed Oct 31 06:13:02 2012	(r14228)
+++ public_html/testimonials.shtml	Fri Nov  2 02:53:03 2012	(r14229)
@@ -18,13 +18,13 @@
 </head>
 
 <body>
- <div class="header">
-   <h1><!--#include virtual="project-name" --></h1>
+ <div id="title" class="header">
+   <h1>ABCL Testimonials</h1>
  </div>
 
 <!--#include virtual="left-menu" -->
 
-<div style="float:left;width:80ex;margin-top:1cm">
+<div id="main">
 
 <h1>Testimonials</h1>
 




More information about the armedbear-cvs mailing list