From 7909fba592b52ff7b31d7e9aff16f140b15a9d7b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 6 Apr 2012 01:30:52 +0300 Subject: [PATCH] increased image preview size --- app/assets/stylesheets/common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 208a8b9..e1d2971 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -764,8 +764,8 @@ input.git_clone_url { background:#eee; text-align:center; img { - padding:100px; - max-width:300px; + padding:50px; + max-width:400px; } } } -- libgit2 0.21.2