mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-21 08:15:09 -05:00
CSS tweaks along with no images in signatures
This commit is contained in:
parent
ea3402f0d0
commit
02b28e24c7
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user