summaryrefslogtreecommitdiff
path: root/public/static.css
diff options
context:
space:
mode:
authorArtem Sidorenko <artem@posteo.de>2016-02-27 11:59:29 +0100
committerArtem Sidorenko <artem@posteo.de>2016-03-11 15:04:58 +0100
commit8fa2469bebf814a821da7883addc7c6c37e4a704 (patch)
tree20aa5d7398ea4054c4be4c59b4ee4e0556090e4d /public/static.css
parentfb5c2147a9f2b3acc6ad5297c737da0f5546c247 (diff)
downloadgitlab-ce-8fa2469bebf814a821da7883addc7c6c37e4a704.tar.gz
Lets have CSS and logo inline
This would work independenty from location and configuration https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/662#note_3973448
Diffstat (limited to 'public/static.css')
-rw-r--r--public/static.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/public/static.css b/public/static.css
deleted file mode 100644
index 0a2b6060d48..00000000000
--- a/public/static.css
+++ /dev/null
@@ -1,36 +0,0 @@
-body {
- color: #666;
- text-align: center;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- margin: 0;
- width: 800px;
- margin: auto;
- font-size: 14px;
-}
-
-h1 {
- font-size: 56px;
- line-height: 100px;
- font-weight: normal;
- color: #456;
-}
-
-h2 {
- font-size: 24px;
- color: #666;
- line-height: 1.5em;
-}
-
-h3 {
- color: #456;
- font-size: 20px;
- font-weight: normal;
- line-height: 28px;
-}
-
-hr {
- margin: 18px 0;
- border: 0;
- border-top: 1px solid #EEE;
- border-bottom: 1px solid white;
-}