Show susi footer on susimail and susidns when displayed standalone

Footer hidden when embedded because of margin issues, and out-of-place-ness.
Have confirmed that susi's opinion when the themes were initially updated was
"do what you want", so no legal problem.
This commit is contained in:
str4d
2012-09-22 23:47:57 +00:00
parent e884ca54ef
commit d27d014eb0
5 changed files with 17 additions and 2 deletions

View File

@@ -133,6 +133,9 @@ p.messages {
p.footer {
font-size:7pt;
text-align: center;
}
.iframed p.footer {
display: none;
}

View File

@@ -102,6 +102,9 @@ p.messages {
p.footer {
font-size:7pt;
text-align: center;
}
.iframed p.footer {
display: none;
}

View File

@@ -133,6 +133,9 @@ p.messages {
p.footer {
font-size:7pt;
text-align: center;
}
.iframed p.footer {
display: none;
}

View File

@@ -76,6 +76,9 @@ p.footer {
margin-right:10mm;
font-size:8pt;
line-height:10pt;
}
.iframed p.footer {
display: none;
}

View File

@@ -54,6 +54,9 @@ p.footer {
margin-right:10mm;
font-size:8pt;
line-height:10pt;
}
.iframed p.footer {
display: none;
}