Added style for the layout
--HG-- branch : templates-profilecleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user