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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2012-04-27 07:25:25 +0400
committerdanielgrippi <danielgrippi@gmail.com>2012-04-27 07:25:25 +0400
commitc413a494d7ac3038a8942b2a5fd5b246f367162a (patch)
tree1add252acd5c6abd0cce7c08133d92c7b1ef644b /public
parente55b305bca23f7658a965718c1c02811bd2e4cac (diff)
retina-ify icons; fix 404 scrolling issue; serif -> san-serif in some style [ci skip]
Diffstat (limited to 'public')
-rw-r--r--public/404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/404.html b/public/404.html
index 5e5e5f4b0..7f831bafa 100644
--- a/public/404.html
+++ b/public/404.html
@@ -8,13 +8,13 @@
body,
html {
- height: 100%;
+ overflow-y : hidden;
}
body {
margin-bottom: 0;
padding-bottom: 0;
- margin-top: 10%;
+ margin-top: 5%;
background-color: #fff;
color: #666;
text-align: center;