diff examples/tutorial/geddit/static/layout.css @ 618:5a2059ce1f0b

Simplify the tutorial project: comments are now flat, not hierarchical.
author cmlenz
date Thu, 30 Aug 2007 09:08:06 +0000
parents 80a9c247ca80
children 71d3edd302ae
line wrap: on
line diff
--- a/examples/tutorial/geddit/static/layout.css
+++ b/examples/tutorial/geddit/static/layout.css
@@ -6,6 +6,10 @@
   font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em;
 }
 blockquote { font-style: italic; }
+form table { margin-bottom: 1em; }
+form table tbody th { font-weight: normal; padding-top: .3em; text-align: right;
+  vertical-align: top;
+}
 
 #wrap { background: #fff; width: 600px; margin: 30px auto; }
 #content { border-left: 10px solid #b00; min-height: 240px; padding: 10px; }
@@ -19,13 +23,5 @@
 
 ol.submissions li .info { font-size: 85%; }
 ol.submissions li .info :link, ol.submissions li .info :visited { color: #666; }
-
-form table { margin-bottom: 1em; }
-form table tbody th { font-weight: normal; padding-top: .3em; text-align: right;
-  vertical-align: top;
-}
-
-ul.comments { list-style: none; margin: 1em 0; padding: 0; }
-ul.comments li { color: #999; }
-ul.comments ul { padding: 0 0 0 2em; }
-ul.comments blockquote { color: #333; font-style: normal; margin: 0; padding: 0; }
+ul.comments { list-style: none; margin: 1em 0; padding: 0 0 0 1em; }
+ul.comments li { color: #999; margin: 0 0 1em; }
Copyright (C) 2012-2017 Edgewall Software