CSS tweaks along with no images in signatures

This commit is contained in:
Travis Burtrum 2014-02-09 17:59:08 -05:00
parent ea3402f0d0
commit 02b28e24c7
2 changed files with 25 additions and 1 deletions

View File

@ -252,7 +252,7 @@ code.bbc_code
/* The "Quote:" and "Code:" header parts... */
.codeheader, .quoteheader
{
color: #000;
/* color: #000; xxx no-one liked this*/
text-decoration: none;
font-style: normal;
font-weight: bold;
@ -3540,3 +3540,15 @@ ul.nolist li
overflow: auto;
max-height: 306px;
}
/* xxx float these items to the right */
img#smflogo
{
padding-top: 0.1em;
/* padding-left: 10px; */
vertical-align: top;
}
/* xxx don't display images in signatures */
.signature img, .signature object, .signature embed
{
display: none;
}

View File

@ -3637,3 +3637,15 @@ span.hidelink
overflow: auto;
max-height: 306px;
}
/* xxx float these items to the right */
img#smflogo
{
padding-top: 0.1em;
/* padding-left: 10px; */
vertical-align: top;
}
/* xxx don't display images in signatures */
.signature img, .signature object, .signature embed
{
display: none;
}