temporary style sync up for course info lists - more work needs to be done once xmodule renders this HTML (in Studio backlog)

This commit is contained in:
Brian Talbot
2013-02-01 09:41:51 -05:00
parent a89503431f
commit 61de4c028a
2 changed files with 39 additions and 0 deletions

View File

@@ -88,6 +88,40 @@
background: #f6f6f6;
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 {

View File

@@ -65,6 +65,11 @@ div.info-wrapper {
list-style-type: disc;
}
> ol {
list-style: decimal outside none;
padding: 0 0 0 1em;
}
li {
margin-bottom: lh(.5);
}