comparison rhodecode/public/css/style.css @ 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 1f2ba96de73e
children 6ff8bcb783e9
comparison
equal deleted inserted replaced
1683:28eeddf81b25 1684:99ab32357262
3411 .inline-comments .comment { 3411 .inline-comments .comment {
3412 border: 1px solid #ddd; 3412 border: 1px solid #ddd;
3413 -webkit-border-radius: 4px; 3413 -webkit-border-radius: 4px;
3414 -moz-border-radius: 4px; 3414 -moz-border-radius: 4px;
3415 border-radius: 4px; 3415 border-radius: 4px;
3416 margin-left: 5px; 3416 margin: 3px 3px 5px 5px;
3417 margin-right: 5px;
3418 margin-bottom: 3px;
3419 } 3417 }
3420 3418
3421 .inline-comments .comment .meta { 3419 .inline-comments .comment .meta {
3422 background: #f8f8f8; 3420 background: #f8f8f8;
3423 padding: 6px; 3421 padding: 6px;