Commit 1dceff78 by Kyle Fiedler

Fix alignment in tables for ie

parent 53d0a6ad
......@@ -311,6 +311,10 @@ section.problem {
text-align: left;
}
td {
text-align: left;
}
caption, th, td {
padding: .25em .75em .25em 0;
padding: .25rem .75rem .25rem 0;
......
......@@ -87,7 +87,7 @@ div.course-wrapper {
ul {
list-style: disc outside none;
padding-left: 1em;
&.discussion-errors {
list-style: none;
padding-left: 2em;
......
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