diff pylons_app/public/hg_static/style-monoblue.css @ 50:73f413946c14

user managment implementation continued update/delete/create works + templating changes
author Marcin Kuzminski <marcin@python-blog.com>
date Thu, 08 Apr 2010 03:22:32 +0200
parents 8e250e86a670
children
line wrap: on
line diff
--- a/pylons_app/public/hg_static/style-monoblue.css	Thu Apr 08 01:50:46 2010 +0200
+++ b/pylons_app/public/hg_static/style-monoblue.css	Thu Apr 08 03:22:32 2010 +0200
@@ -173,6 +173,7 @@
   border-top: dotted 1px #D5E1E6;
   font-weight: bold;
 }
+
 h2.no-link {
   color:#006699;
 }
@@ -185,6 +186,15 @@
   font-weight:bold;
   color:#006699;
 }
+h3 {
+  margin: 20px 0 10px;
+  height: 30px;
+  line-height: 30px;
+  text-indent: 20px;
+  background: #FFF;
+  font-size: 1.1em;
+  font-weight: bold;
+}
 
 div.page-path {
   text-align: right;