Added style for the layout

--HG--
branch : templates-profilecleanup
This commit is contained in:
Kyle Fiedler
2012-02-13 14:35:18 -05:00
parent a8a01ce942
commit 56e1111a4a

View File

@@ -52,7 +52,7 @@ div.profile-wrapper {
section.course-info {
@extend .content;
ol {
> ol {
list-style: none;
> li {
@@ -68,15 +68,28 @@ div.profile-wrapper {
margin-right: flex-gutter(9);
}
div.scores {
ol.sections {
float: left;
list-style: none;
width: flex-grid(7, 9);
> li {
border-bottom: 1px solid #e3e3e3;
padding: lh() 0;
&:first-child {
padding-top: 0;
}
&:last-child {
border-bottom: 0;
}
h3 {
color: #666;
}
ul {
ol {
list-style: none;
li {
@@ -84,6 +97,7 @@ div.profile-wrapper {
padding-right: 1em;
}
}
}
}
}
}