Commit 56e1111a by Kyle Fiedler

Added style for the layout

--HG--
branch : templates-profilecleanup
parent a8a01ce9
......@@ -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;
}
}
}
}
}
}
......
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