r81361 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81360‎ | r81361 | r81362 >
Date:00:22, 2 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Couple of minor CSS tweaks
Modified paths:
  • /trunk/extensions/CodeReview/modules/ext.codereview.css (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/modules/ext.codereview.css
@@ -21,7 +21,7 @@
2222
2323 .mw-codereview-comment {
2424 border: solid 1px #aaaab3;
25 - padding: 0px;
 25+ padding: 0;
2626 background: #eee;
2727 margin-bottom: 8px;
2828 }
@@ -42,8 +42,7 @@
4343 }
4444
4545 .mw-codereview-comment .mw-codereview-post-comment {
46 - padding: 16px;
47 - padding-left: 48px;
 46+ padding: 16px 16px 16px 48px;
4847 }
4948
5049 .mw-codereview-status-new,

Status & tagging log