From 4d1572dbe4225ec15e02558b9bd41dd1a2208f72 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 20 Jan 2013 02:27:33 +0100 Subject: [PATCH] Reduced size of notify. --- app/assets/stylesheets/zzz.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index d23fd507f..77f91a569 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -345,8 +345,8 @@ footer { top: 48px; position: fixed; left: 50%; - margin-left: -350px; - width: 700px; + margin-left: -300px; + width: 600px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;