add variable for table margin
This commit is contained in:
parent
f4405e239c
commit
e6da229b19
2 changed files with 2 additions and 2 deletions
|
@ -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;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue