diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-10 20:04:02 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-13 09:41:55 +0200 |
commit | bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e (patch) | |
tree | 3fbb6f11fac88778e00801f4a679f65bcb35671b /public/static.css | |
parent | 1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (diff) | |
download | gitlab-ce-bd8ff93c8c3bc918cf926a3108eaacbf2e3a093e.tar.gz |
Improve text on error pages.
Diffstat (limited to 'public/static.css')
-rw-r--r-- | public/static.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/public/static.css b/public/static.css index c6f92ac01d9..0a2b6060d48 100644 --- a/public/static.css +++ b/public/static.css @@ -2,18 +2,24 @@ body { color: #666; text-align: center; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - margin:0; + 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; } + +h2 { + font-size: 24px; + color: #666; + line-height: 1.5em; +} h3 { color: #456; |