diff options
author | dartcafe <github@dartcafe.de> | 2022-09-15 08:12:59 +0200 |
---|---|---|
committer | dartcafe <github@dartcafe.de> | 2022-09-15 08:16:44 +0200 |
commit | 2fc1f4b954933f011252479c9eec90ba6334bf6d (patch) | |
tree | 0a0031bf8824476c5baafc5b187cb5be2249a40d /core/css | |
parent | 93d3ca32a1c729348e9841c7fbb66103594e89e8 (diff) | |
download | nextcloud-server-2fc1f4b954933f011252479c9eec90ba6334bf6d.tar.gz nextcloud-server-2fc1f4b954933f011252479c9eec90ba6334bf6d.zip |
scss and compile
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index ca4079881ee..ad642dbc728 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -16,7 +16,7 @@ @use 'sass:math'; @use 'variables'; -html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { +html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section, main { margin: 0; padding: 0; border: 0; |