[FIX] Remove background and box shadow

This commit is contained in:
Ben Stein-Lobovits
2014-07-08 15:35:24 -07:00
parent c84f6558d2
commit a325c8eee8

View File

@@ -1,5 +1,10 @@
/* Additional Styling */
body .content-root {
background: none !important;
box-shadow: none !important;
}
.header .left {
float: none;
max-width: 1024px;