ref #3 Cambio colores de fondo. El de el área principal no funciona.

This commit is contained in:
rmontanana
2014-02-19 16:44:49 +01:00
parent 7edb32ddd7
commit 232bab6099

View File

@@ -37,7 +37,7 @@ body {
padding: 20px; padding: 20px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
background-color: #f5f5f5; background-color: #C4FAEC;/*#f5f5f5;*/
border-right: 1px solid #eee; border-right: 1px solid #eee;
} }
} }
@@ -69,6 +69,8 @@ body {
.main { .main {
padding-right: 40px; padding-right: 40px;
padding-left: 40px; padding-left: 40px;
background-color: F3FEC8;
} }
} }
.main .page-header { .main .page-header {