Commit 7c61e08d by Mushtaq Ali

Fix course info sidebar #3095

parent d9cc3ed4
......@@ -78,6 +78,8 @@ div.info-wrapper {
}
section.handouts {
padding: 20px 30px;
margin: 0;
@extend .sidebar;
border-radius: 0 4px 4px 0;
@include border-left(1px solid #ddd);
......@@ -96,15 +98,20 @@ div.info-wrapper {
h1 {
@include text-align(left);
margin-bottom: 0;
padding: 32px 26px 20px 26px;
padding: 12px 26px 20px 0;
font-size: 18px;
font-style: normal;
font-weight: bold;
}
ul {
background-color: #f6f6f6;
margin-bottom: 14px;
}
ol {
margin-bottom: 14px;
li {
margin: 0 26px 14px 26px;
@include text-align(left);
a {
......
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