Replace half of .inner padding with margin -> adds side border to all pages

This commit is contained in:
str4d
2012-12-18 00:42:19 +00:00
parent 9acb01be7a
commit 18e26d6cc3

View File

@ -237,7 +237,7 @@ div#content .main {
* The .inner class is for the content wrapper on inner pages (as opposed to the home page) * The .inner class is for the content wrapper on inner pages (as opposed to the home page)
*/ */
div#content .inner { div#content .inner {
width:auto; padding: 4em 10%; position:relative; width:auto; margin: 0 5%; padding: 4em 5%; position:relative;
background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71; background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71;
color:black; font-size:1.2em; line-height:1.4em; color:black; font-size:1.2em; line-height:1.4em;
} }