diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-11-23 17:56:05 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-01-06 09:42:13 +0100 |
commit | 763814f057cce0221d298aa045eaee20fa067a51 (patch) | |
tree | 2317ff78a826c8ba10728315743d35ebed1e9602 /core | |
parent | 95d85ba8eb3ba65d457fbfe935fe60eda878f2e8 (diff) | |
download | nextcloud-server-763814f057cce0221d298aa045eaee20fa067a51.tar.gz nextcloud-server-763814f057cce0221d298aa045eaee20fa067a51.zip |
Css installation page fallback
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/installation.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/installation.css b/core/css/installation.css new file mode 100644 index 00000000000..a57f7c00eaa --- /dev/null +++ b/core/css/installation.css @@ -0,0 +1,9 @@ +/* + * Installation css file. + * This file is used on the install page only when the database + * isn't set, preventing scss files to be stored using the AppdataController. + * It should contain every style needed to correctly display the installation template. + * + */ + +
\ No newline at end of file |