No border around the logo.

This commit is contained in:
Georg Brandl 2008-08-08 06:21:12 +00:00
parent 16579e33d7
commit 17451736d6
2 changed files with 8 additions and 0 deletions

View File

@ -826,6 +826,10 @@ span.eqno {
float: right; float: right;
} }
img.logo {
border: 0;
}
/* :::: PRINT :::: */ /* :::: PRINT :::: */
@media print { @media print {
div.document, div.document,

View File

@ -514,3 +514,7 @@ div.math {
span.eqno { span.eqno {
float: right; float: right;
} }
img.logo {
border: 0;
}