Commit 56e1111a by Kyle Fiedler

Added style for the layout

--HG--
branch : templates-profilecleanup
parent a8a01ce9
...@@ -52,7 +52,7 @@ div.profile-wrapper { ...@@ -52,7 +52,7 @@ div.profile-wrapper {
section.course-info { section.course-info {
@extend .content; @extend .content;
ol { > ol {
list-style: none; list-style: none;
> li { > li {
...@@ -68,15 +68,28 @@ div.profile-wrapper { ...@@ -68,15 +68,28 @@ div.profile-wrapper {
margin-right: flex-gutter(9); margin-right: flex-gutter(9);
} }
div.scores { ol.sections {
float: left; float: left;
list-style: none;
width: flex-grid(7, 9); 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 { h3 {
color: #666; color: #666;
} }
ul { ol {
list-style: none; list-style: none;
li { li {
...@@ -84,6 +97,7 @@ div.profile-wrapper { ...@@ -84,6 +97,7 @@ div.profile-wrapper {
padding-right: 1em; padding-right: 1em;
} }
} }
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment