Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorKevin Ndung'u <kevgathuku@gmail.com>2018-07-23 18:25:38 +0300
committerKevin Ndung'u <kevgathuku@gmail.com>2018-08-09 09:45:24 +0300
commit302ae35ae462fc4f94e0bf6de8bb88e44f4ac4ec (patch)
tree06094f26b06dbfa179506cb4c7169407f1792c55 /css
parentf5602d1850dd65a72b7081993c1aaaf3d8b5d38f (diff)
Center align redirect text
Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/redirect.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/redirect.css b/css/redirect.css
new file mode 100644
index 000000000..381f809e0
--- /dev/null
+++ b/css/redirect.css
@@ -0,0 +1,4 @@
+.error{
+ text-align: center !important;
+}
+