Skip to content

Commit 2b8011c

Browse files
committed
Removes the border around avatars.
git-svn-id: http://svn.redmine.org/redmine/trunk@15477 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 026bcc4 commit 2b8011c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

public/stylesheets/application.css

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,24 +1210,13 @@ tr.ui-sortable-helper { border:1px solid #e4e4e4; }
12101210
.contextual>.icon:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; }
12111211

12121212
img.gravatar {
1213-
padding: 2px;
1214-
border: solid 1px #d5d5d5;
1215-
background: #fff;
12161213
vertical-align: middle;
1214+
border-radius: 20%;
12171215
}
12181216

12191217
div.issue img.gravatar {
12201218
float: left;
12211219
margin: 0 6px 0 0;
1222-
padding: 5px;
1223-
}
1224-
1225-
div.issue .attributes img.gravatar {
1226-
height: 14px;
1227-
width: 14px;
1228-
padding: 2px;
1229-
float: left;
1230-
margin: 0 0.5em 0 0;
12311220
}
12321221

12331222
h2 img.gravatar {margin: -2px 4px -4px 0;}

0 commit comments

Comments
 (0)