add variable for table margin

This commit is contained in:
Raphael Goetter 2014-04-20 20:58:28 +02:00
parent f4405e239c
commit e6da229b19
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ video {
}
/* margin-bottom on tables */
table {
margin-bottom: 1.5em;
margin-bottom: 2em;
}
/* scripts */
body > script {

View File

@ -172,7 +172,7 @@ img, table, td, blockquote, code, pre, textarea, input, video {
}
/* margin-bottom on tables */
table { margin-bottom: 1.5em; }
table { margin-bottom: @medium-value; }
/* scripts */
body > script {display: none !important;}