mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Delete unused .profile_picture CSS class.
grepping for it turns up nothing relevant. (imported from commit c7bb97515c993c0d5ed6de7e4ac9edc99ff83ff2)
This commit is contained in:
parent
c359499386
commit
b5ec6c9958
@ -202,7 +202,6 @@ li,
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
margin-top: 10px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
/* Classes for hiding and showing controls */
|
||||
@ -1511,21 +1510,6 @@ blockquote p {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.profile_picture {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-top: 5px;
|
||||
max-height: 15px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
cursor: pointer;
|
||||
border-radius: 30px;
|
||||
-moz-box-shadow: 1px 1px 1px #777 inset;
|
||||
-webkit-box-shadow: 1px 1px 1px #777 inset;
|
||||
box-shadow: 1px 1px 1px #777 inset;
|
||||
background-size: 15px 15px;
|
||||
}
|
||||
|
||||
.inline_profile_picture {
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user