i2psnark: Fix alignment of torrent names (light/vanilla themes) (Github #76)

This commit is contained in:
zzz
2024-06-30 11:00:16 -04:00
parent 318675923a
commit e7818dadeb
2 changed files with 0 additions and 4 deletions

View File

@@ -73,7 +73,6 @@ button::-moz-focus-inner, input::-moz-focus-inner {
border: 1px solid #7778bf;
font-size: 9pt !important;
line-height: 160% !important;
text-align: center;
opacity: 1;
background: linear-gradient(to right, #fff, #dfe0ff, #fff) #eef;
background-size: 3px auto;
@@ -1529,7 +1528,6 @@ img[src$="details.png"] {
margin: 0;
padding: 0;
word-wrap: break-word;
text-align: center;
opacity: 1 !important;
}

View File

@@ -87,7 +87,6 @@ input[type="submit"], input[type="reset"], button, a:link, input[type="checkbox"
font-size: 9pt !important;
line-height: 160% !important;
box-shadow: inset 0 0 3px 0 #a08160, 0 0 1px 0 #4f3d36;
text-align: center;
}
.iframed .page {
@@ -1782,7 +1781,6 @@ img[src$="details.png"] {
border-radius: 2px;
box-shadow: inset 0 0 0 1px #efe6e0, 0 0 1px 0 #4f3d36;
color: #ddd;
text-align: center;
word-wrap: break-word;
}