Last bit of style cleanup for addressees and mobile profile.

This commit is contained in:
Samantha Doherty 2011-05-31 12:42:28 -04:00
parent a026608953
commit dddb6185f3
4 changed files with 9 additions and 8 deletions

View File

@ -418,10 +418,6 @@ address .poweredby {
content: '\25B8';
}
.notice .addressees:empty:before {
content: none;
}
.fn {
overflow: hidden;
}

View File

@ -99,12 +99,21 @@ line-height:auto;
filter: alpha(opacity=0);
}
.notice .addressees:before {
content: '\003E';
}
/* IE7 */
*+html .input_forms {
margin-bottom: -20px;
}
.notice .addressees {
background: url(../images/icons/arrow_right.png) no-repeat top left;
padding-left: 16px;
}
/* IE6 */
#content {

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

View File

@ -427,10 +427,6 @@ margin-left:0 !important;
content: '\003E';
}
.notice .addressees:empty {
display: none;
}
.user_in .notice div.entry-content {
max-width: 150px;
}