summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 12:26:50 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-05 12:26:50 -0600
commitf18a3f8b5b7120d5a4b7ccf5fd8fc930f4596e13 (patch)
treec4f7f0e7447600c5e26e761c844584f2a4e57a62
parent4e96c53197e0521f13d9fb95692854fddeecf509 (diff)
downloadgitlab-ce-remove-errors-scss.tar.gz
Remove unused errors cssremove-errors-scss
-rw-r--r--app/assets/stylesheets/pages/errors.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/assets/stylesheets/pages/errors.scss b/app/assets/stylesheets/pages/errors.scss
deleted file mode 100644
index 11309817d31..00000000000
--- a/app/assets/stylesheets/pages/errors.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-.error-page {
- max-width: 400px;
- margin: 0 auto;
-
- h1,
- h2,
- h3 {
- text-align: center;
- }
-
- h1 {
- font-size: 56px;
- line-height: 100px;
- font-weight: 300;
- }
-}