changeset 1684:99ab32357262 beta

touch up padding on inline comments
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 14 Nov 2011 22:24:07 +0200
parents 28eeddf81b25
children 2e583dbfcf22
files rhodecode/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Mon Nov 14 22:20:04 2011 +0200
+++ b/rhodecode/public/css/style.css	Mon Nov 14 22:24:07 2011 +0200
@@ -3413,9 +3413,7 @@
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
-    margin-left: 5px;
-    margin-right: 5px;
-    margin-bottom: 3px;    
+    margin: 3px 3px 5px 5px;
 }
 
 .inline-comments .comment .meta {