Commit a21f01f4 by Kyle Fiedler

Added more style for the progress list

--HG--
branch : templates-profilecleanup
parent efac6740
...@@ -59,28 +59,34 @@ div.profile-wrapper { ...@@ -59,28 +59,34 @@ div.profile-wrapper {
> ol { > ol {
list-style: none; list-style: none;
border-top: 1px solid #e3e3e3;
margin-top: lh();
> li { > li {
border-bottom: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
padding: lh() 0; padding: lh() 0;
width: 100%;
display: table;
@extend .clearfix; @extend .clearfix;
h2 { h2 {
float: left; display: table-cell;
padding: 0; padding: 0;
margin: 0; margin: 0;
width: flex-grid(2, 9); width: flex-grid(2, 9);
margin-right: flex-gutter(9); padding-right: flex-gutter(9);
border-right: 1px dotted #ccc;
@include box-sizing(border-box);
} }
ol.sections { ol.sections {
float: left; padding-left: flex-gutter(9);
display: table-cell;
list-style: none; list-style: none;
width: flex-grid(7, 9); width: flex-grid(7, 9);
> li { > li {
border-bottom: 1px solid #e3e3e3; padding:0 0 lh() 0;
padding: lh() 0;
&:first-child { &:first-child {
padding-top: 0; padding-top: 0;
......
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