diff --git a/Themes/core/css/index.css b/Themes/core/css/index.css index d34368f..2982e77 100644 --- a/Themes/core/css/index.css +++ b/Themes/core/css/index.css @@ -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; +} \ No newline at end of file diff --git a/Themes/default/css/index.css b/Themes/default/css/index.css index 9d7b71c..56c7b15 100644 --- a/Themes/default/css/index.css +++ b/Themes/default/css/index.css @@ -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; +} \ No newline at end of file