]> git.mxchange.org Git - mailer.git/blobdiff - theme/org/css/general.css
Old, lost function sendHtmlMail() removed, this is now handled by sendEmail() and...
[mailer.git] / theme / org / css / general.css
index c90aba46e2515cad7771d5349135c362fb6816c8..94066ae82efcdabc5824c4b0406567922e75d4ae 100644 (file)
@@ -283,7 +283,7 @@ ul, ol {
 }
 
 .guest_menu_title {
-       background-image        : url(theme/org/images/menus/title.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/title.jpg);
        height                  : 36px;
        width                   : 211px;
        color                   : #000000;
@@ -299,13 +299,13 @@ ul, ol {
 }
 
 .guest_menu_row {
-       background-image        : url(theme/org/images/menus/row.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/row.jpg);
        width                   : 211px;
        height                  : 26px;
 }
 
 .guest_menu_bottom {
-       background-image        : url(theme/org/images/menus/bottom.jpg);
+       background-image        : url({?URL?}/theme/org/images/menus/bottom.jpg);
        width                   : 211px;
        height                  : 30px;
 }
@@ -525,6 +525,7 @@ ul, ol {
 .you_are_here {
        white-space         : nowrap;
        font-size           : 14px;
+       margin-bottom       : 12px;
 }
 
 .tiny   { font-size            : 10px; }