I2PSnark: Fix alignment issue in file viewer filesize column.

This commit is contained in:
z3d
2010-10-25 14:35:51 +00:00
parent 4db38b9ba5
commit 4d77f62e38
2 changed files with 3 additions and 3 deletions

View File

@@ -272,7 +272,7 @@ td:first-child {
}
.snarkFileSize {
padding: 4px 10px;
padding: 4px 2px;
}
.snarkFileStatus {
@@ -584,7 +584,7 @@ code {
-moz-box-shadow: inset 0px 0px 1px 0px #002;
-khtml-box-shadow: inset 0px 0px 1px 0px #002;
box-shadow: inset 0px 0px 1px 0px #002;
background: #111 url('/themes/snark/ubergine/images/snarktopnav.png') repeat-x scroll center center;
background: #101 url('/themes/snark/ubergine/images/snarktopnav.png') repeat-x scroll center center;
text-transform: uppercase !important;
letter-spacing: 0.065em !important;
font-weight: bold;