diff options
Diffstat (limited to 'gitweb/static')
| -rw-r--r-- | gitweb/static/gitweb.css | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 3b4d833823..3212601032 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/static/gitweb.css @@ -32,6 +32,11 @@ img.avatar {  	vertical-align: middle;  } +img.blob { +	max-height: 100%; +	max-width: 100%; +} +  a.list img.avatar {  	border-style: none;  }  | 
