Delete unused .profile_picture CSS class.

grepping for it turns up nothing relevant.

(imported from commit c7bb97515c993c0d5ed6de7e4ac9edc99ff83ff2)
This commit is contained in:
Waseem Daher 2014-03-06 17:37:16 -05:00 committed by Zev Benjamin
parent c359499386
commit b5ec6c9958

View File

@ -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;