diff examples/tutorial/geddit/static/layout.css @ 619:71d3edd302ae

GenshiTutorial: various updates to sync with wiki page.
author cmlenz
date Thu, 30 Aug 2007 14:19:59 +0000
parents 5a2059ce1f0b
children dc35e9882390
line wrap: on
line diff
--- a/examples/tutorial/geddit/static/layout.css
+++ b/examples/tutorial/geddit/static/layout.css
@@ -2,6 +2,7 @@
 body { background: #ddd; color: #333; font: normal 90%/1.3 Arial,Helvetica,sans-serif; }
 :link, :visited { color: #c10000; text-decoration: none; }
 :link:hover, :visited:hover { text-decoration: underline; }
+:link img, :visited img { border: none; }
 h1 { color: #666;
   font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em;
 }
@@ -21,7 +22,11 @@
 #footer hr { display: none; }
 .legalese { color: #999; margin: 0; }
 
-ol.submissions li .info { font-size: 85%; }
-ol.submissions li .info :link, ol.submissions li .info :visited { color: #666; }
+ol.links li .info { font-size: 85%; }
+ol.links li .info :link, ol.links li .info :visited { color: #666; }
+
 ul.comments { list-style: none; margin: 1em 0; padding: 0 0 0 1em; }
 ul.comments li { color: #999; margin: 0 0 1em; }
+ul.comments blockquote { color: #333; font-style: normal; margin: 0;
+  padding: 0;
+}
Copyright (C) 2012-2017 Edgewall Software