add variable for table margin
This commit is contained in:
parent
f4405e239c
commit
e6da229b19
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ video {
|
||||||
}
|
}
|
||||||
/* margin-bottom on tables */
|
/* margin-bottom on tables */
|
||||||
table {
|
table {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
/* scripts */
|
/* scripts */
|
||||||
body > script {
|
body > script {
|
||||||
|
|
|
@ -172,7 +172,7 @@ img, table, td, blockquote, code, pre, textarea, input, video {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* margin-bottom on tables */
|
/* margin-bottom on tables */
|
||||||
table { margin-bottom: 1.5em; }
|
table { margin-bottom: @medium-value; }
|
||||||
|
|
||||||
/* scripts */
|
/* scripts */
|
||||||
body > script {display: none !important;}
|
body > script {display: none !important;}
|
||||||
|
|
Loading…
Reference in a new issue