##// END OF EJS Templates
Adjusts avatar position on headings....
Jean-Philippe Lang -
r8383:f7aa6d4198bf
parent child
Show More
@@ -243,7 +243,7 div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padd
243 #watchers select {width: 95%; display: block;}
243 #watchers select {width: 95%; display: block;}
244 #watchers a.delete {opacity: 0.4;}
244 #watchers a.delete {opacity: 0.4;}
245 #watchers a.delete:hover {opacity: 1;}
245 #watchers a.delete:hover {opacity: 1;}
246 #watchers img.gravatar {vertical-align: middle;margin: 0 4px 2px 0;}
246 #watchers img.gravatar {margin: 0 4px 2px 0;}
247
247
248 .highlight { background-color: #FCFD8D;}
248 .highlight { background-color: #FCFD8D;}
249 .highlight.token-1 { background-color: #faa;}
249 .highlight.token-1 { background-color: #faa;}
@@ -951,6 +951,7 img.gravatar {
951 padding: 2px;
951 padding: 2px;
952 border: solid 1px #d5d5d5;
952 border: solid 1px #d5d5d5;
953 background: #fff;
953 background: #fff;
954 vertical-align: middle;
954 }
955 }
955
956
956 div.issue img.gravatar {
957 div.issue img.gravatar {
@@ -968,15 +969,15 div.issue table img.gravatar {
968 }
969 }
969
970
970 h2 img.gravatar {
971 h2 img.gravatar {
971 padding: 3px;
972 margin: -2px 4px -4px 0;
972 margin: -2px 4px -4px 0;
973 vertical-align: top;
973 }
974
975 h3 img.gravatar {
976 margin: -4px 4px -4px 0;
974 }
977 }
975
978
976 h4 img.gravatar {
979 h4 img.gravatar {
977 padding: 3px;
980 margin: -6px 4px -4px 0;
978 margin: -6px 0 -4px 0;
979 vertical-align: top;
980 }
981 }
981
982
982 td.username img.gravatar {
983 td.username img.gravatar {
General Comments 0
You need to be logged in to leave comments. Login now