diff pylons_app/public/css/monoblue_custom.css @ 105:3ac4350b7848

Html updates and fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 22:45:54 +0200
parents 2dc0c8e4f384
children 5e2470ebdbc6
line wrap: on
line diff
--- a/pylons_app/public/css/monoblue_custom.css	Sun Apr 25 22:29:43 2010 +0200
+++ b/pylons_app/public/css/monoblue_custom.css	Sun Apr 25 22:45:54 2010 +0200
@@ -25,6 +25,9 @@
 
 
 /** common settings **/
+div#main{
+padding:5px;
+}
 div#container {
   background: #FFFFFF;
   position: relative;
@@ -526,4 +529,9 @@
 	padding-left:20px;
 	padding-top:5px;
 	text-align:left;
+}
+
+.current_submenu{
+	border-bottom: 2px solid;
+
 }
\ No newline at end of file