diff Agendas/trunk/src/Agendas.Web/Content/Site.css @ 167:ea85bd893247

Ajustes menores de UI
author nelopauselli
date Sat, 06 Aug 2011 02:51:07 -0300
parents f6e4af3a0b09
children 97e51ddeeb58
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Content/Site.css	Fri Aug 05 22:56:43 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Content/Site.css	Sat Aug 06 02:51:07 2011 -0300
@@ -116,10 +116,9 @@
 
 #main
 {
-    background: url("themes/altnethispano/images/div_content.gif") repeat-x 50% 100% transparent;
+    background: url("themes/altnethispano/images/div_content.gif") repeat-x 0 0 #efeff0;
     padding: 30px 30px 15px 30px;
 	height: 540px;
-    background-color: #fff;
 	margin-left: auto;
 	margin-right: auto;
     _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
@@ -133,7 +132,7 @@
     line-height: normal;
     margin: 0;
     font-size: .9em;
-	background-color: transparent;
+	background-color:  #efeff0;
 }
 
 /* TAB MENU   
@@ -180,7 +179,8 @@
 
 ul#menu li a:active
 {
-    background-color: #a6e2a6;
+    background-color: #fff;
+	color: #000;
     text-decoration: none;
 }