forked from I2P_Developers/i2p.i2p
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:
@@ -133,6 +133,9 @@ p.messages {
|
||||
p.footer {
|
||||
font-size:7pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iframed p.footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@@ -102,6 +102,9 @@ p.messages {
|
||||
p.footer {
|
||||
font-size:7pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iframed p.footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@@ -133,6 +133,9 @@ p.messages {
|
||||
p.footer {
|
||||
font-size:7pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.iframed p.footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@@ -76,6 +76,9 @@ p.footer {
|
||||
margin-right:10mm;
|
||||
font-size:8pt;
|
||||
line-height:10pt;
|
||||
}
|
||||
|
||||
.iframed p.footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@@ -54,6 +54,9 @@ p.footer {
|
||||
margin-right:10mm;
|
||||
font-size:8pt;
|
||||
line-height:10pt;
|
||||
}
|
||||
|
||||
.iframed p.footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user