Commit 61de4c02 by Brian Talbot

temporary style sync up for course info lists - more work needs to be done once…

temporary style sync up for course info lists - more work needs to be done once xmodule renders this HTML (in Studio backlog)
parent a8950343
...@@ -88,6 +88,40 @@ ...@@ -88,6 +88,40 @@
background: #f6f6f6; background: #f6f6f6;
padding: 20px; padding: 20px;
} }
ol, ul {
margin: 1em 0;
padding: 0 0 0 1em;
color: $baseFontColor;
li {
margin-bottom: 0.708em;
}
}
ol {
list-style: decimal outside none;
}
ul {
list-style: disc outside none;
}
pre {
margin: 1em 0;
color: $baseFontColor;
font-family: monospace, serif;
font-size: 1em;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
color: $baseFontColor;
font-family: monospace, serif;
background: none;
padding: 0;
}
} }
.new-update-button { .new-update-button {
......
...@@ -65,6 +65,11 @@ div.info-wrapper { ...@@ -65,6 +65,11 @@ div.info-wrapper {
list-style-type: disc; list-style-type: disc;
} }
> ol {
list-style: decimal outside none;
padding: 0 0 0 1em;
}
li { li {
margin-bottom: lh(.5); margin-bottom: lh(.5);
} }
......
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