Commit 9661cde5 by Brian Talbot

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

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