[armedbear-cvs] r14222 - public_html

mevenson at common-lisp.net mevenson at common-lisp.net
Sun Oct 28 09:15:27 UTC 2012


Author: mevenson
Date: Sun Oct 28 02:15:26 2012
New Revision: 14222

Log:
Soften the corners on the home page.

Move more of the CSS into the style sheet.

Modified:
   public_html/index.shtml
   public_html/style.css

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	Sun Oct 28 02:01:16 2012	(r14221)
+++ public_html/index.shtml	Sun Oct 28 02:15:26 2012	(r14222)
@@ -6,28 +6,6 @@
   <title>Armed Bear Common Lisp (ABCL) - Common Lisp on the JVM</title>
   <link rel="stylesheet" type="text/css" href="style.css" />
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<style type="text/css">
-td { font-size: 90%; padding: 0 5px 0 5px }
-dt { font-weight: bold }
-dd dt { font-weight: bold; font-style: italic }
-
-table.downloads {
-  color: black;
-  font-weight: bold;
-  font-size: larger;
-}
-table.downloads a {
-  font-weight: normal;
-  font-size:smaller;
-}
-
-table.downloads a.asc {
-  font-size: smaller;
-}
-
-td ul { margin:0 }
-
-</style>
 </head>
 
 <body>
@@ -36,7 +14,6 @@
 <div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif">
 <table style="margin-top:1cm" cellpadding="0" cellspacing="15" >
 
-
 <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr>
 
 <tr><td colspan="2"  align="center">

Modified: public_html/style.css
==============================================================================
--- public_html/style.css	Sun Oct 28 02:01:16 2012	(r14221)
+++ public_html/style.css	Sun Oct 28 02:15:26 2012	(r14222)
@@ -91,4 +91,35 @@
     margin-top: 1em;
     margin-bottom: 1em;
 }
+
+td { font-size: 90%; padding: 0 5px 0 5px }
+dt { font-weight: bold }
+dd dt { font-weight: bold; font-style: italic }
+
+table.downloads {
+  color: black;
+  font-weight: bold;
+  font-size: larger;
+}
+
+table.downloads a {
+  font-weight: normal;
+  font-size:smaller;
+}
+
+table.downloads a.asc {
+  font-size: smaller;
+}
+
+td ul { 
+  margin:0;
+}
     
+td.summary-header { 
+    padding: .3em;
+    border-radius: .3em;
+}
+
+td.summary-header a:link, td.summary-header a:visited {
+    color: white;
+}




More information about the armedbear-cvs mailing list