-
-
Save DalavanCloud/1b23c6135b7cf446f8a7d6ecaa5e1c2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.label-fluid-page #inner, | |
.label-fluid-page #content-sidebar-wrap, | |
.label-fluid-page #content { | |
width: 100%; | |
max-width: 100%; | |
padding: 0; | |
} | |
.top-row-wrap { | |
background: #eee; | |
} | |
.bottom-row-wrap { | |
background: #ddd; | |
} | |
.top-row-wrap-inner, | |
.bottom-row-wrap-inner { | |
max-width: 1100px; | |
margin: 0 auto; | |
padding: 20px; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment