added new wrapper styles

This commit is contained in:
Tom Giannattasio
2012-08-20 10:15:28 -04:00
parent 3b02e6a1ee
commit 8b4b1fddb5
6 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ table {
}
.container {
padding: lh(2);
padding: 1.4em lh(2);
> div {
display: table;

View File

@@ -3,12 +3,12 @@ html {
max-height: 100%;
}
div.info-wrapper {
div.inner-container {
padding: 40px;
box-sizing: border-box;
border-radius: 3px;
background: #fff;
@include box-shadow(0 1px 25px rgba(0, 0, 0, .1));
@include box-shadow(0 0 1px 1px rgba(0, 0, 0, .08), 0 1px 10px rgba(0, 0, 0, 0.1));
}
div.course-wrapper {
@@ -17,7 +17,7 @@ div.course-wrapper {
box-sizing: border-box;
border-radius: 3px;
background: #fff;
@include box-shadow(0 1px 25px rgba(0, 0, 0, .1));
@include box-shadow(0 0 1px 1px rgba(0, 0, 0, .08), 0 1px 10px rgba(0, 0, 0, 0.1));
ul, ol {