diff options
author | dartcafe <github@dartcafe.de> | 2022-09-15 08:12:59 +0200 |
---|---|---|
committer | dartcafe <github@dartcafe.de> | 2022-09-15 08:12:59 +0200 |
commit | f1d35a1e2ea8039235573bb7d40e0e194dbde9ed (patch) | |
tree | 0a0031bf8824476c5baafc5b187cb5be2249a40d | |
parent | 571a85ab8c5704f27dfd2fc8058f1839835a51eb (diff) | |
download | nextcloud-server-f1d35a1e2ea8039235573bb7d40e0e194dbde9ed.tar.gz nextcloud-server-f1d35a1e2ea8039235573bb7d40e0e194dbde9ed.zip |
scss and compile
-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; |