Common styling for et2 containers, regardless of ID

This commit is contained in:
Nathan Gray 2013-04-12 16:29:40 +00:00
parent c85582180a
commit 4c692102a2

View File

@ -7,12 +7,17 @@
/** /**
* Top level * Top level
*/ */
#container { .et2_container {
/*margin: 10px; /*margin: 10px;
border: 1px solid gray;*/ border: 1px solid gray;*/
padding: 10px; padding: 0px;
background-color: white; background-color: white;
height: 100%;
} }
.et2_container > div:not([class]) {
height: 100%;
}
/** /**
* Basic rules * Basic rules