Commit 9661cde5 by Brian Talbot

xmodule - Capa/HTML: adds top/bottom margin to table elements

parent 7362e267
......@@ -436,7 +436,7 @@ section.problem {
}
table {
margin-bottom: lh();
margin: lh() 0;
border-collapse: collapse;
table-layout: auto;
......
......@@ -117,6 +117,7 @@ code {
table {
width: 100%;
margin: 20px 0;
border-collapse: collapse;
font-size: 16px;
......
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