Merge pull request #2175 from riking/class
CSS rule for GitHub commit avatars
This commit is contained in:
commit
0be7483f19
|
@ -139,4 +139,8 @@ aside.onebox {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.github-avatar {
|
||||||
|
height: 90px;
|
||||||
|
width: 90px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue