Change Width in Containers.css to 100%

This commit is contained in:
omara 2012-01-11 15:15:43 -05:00
parent bd3ce6218f
commit bb71af1fa9

View file

@ -51,7 +51,7 @@
/* EDIT */
.EditContainer
{
width: 720px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;