I2PSnark: Do our level best to prevent stuff from wrapping and breaking the table layout; bump to -18rc.

This commit is contained in:
z3d
2010-11-11 07:02:42 +00:00
parent 0324bc4eec
commit 7ef35e0284
2 changed files with 53 additions and 62 deletions

View File

@ -226,7 +226,6 @@ td {
td:first-child {
text-align: right;
/* padding-left: 10px;*/
font-size: 9.5pt;
}
@ -259,13 +258,6 @@ td:first-child {
background: #202;
}
/*
.snarkTorrentEven tr:first-child {
border: 1px dotted #fff !important;
}
*/
.snarkTorrentNoneLoaded {
background: #323;
font-size: 8.5pt;
@ -326,7 +318,6 @@ td:first-child {
}
.snarkFileName {
/* min-width: 25em;*/
padding: 4px 0px !important;
text-align: left !important;
font-size: 8pt !important;
@ -390,7 +381,7 @@ td:first-child {
.page {
background: #323 url('/themes/snark/ubergine/images/tile2.png');
color: #310;
min-width: 880px !important;
min-width: 940px !important;
margin: 5px 0 0 0;
padding: 10px 10px 0px 10px;
-moz-border-radius: 4px;
@ -680,7 +671,7 @@ code {
font-size: 11.5pt;
color: #001;
min-width: 700px;
width: 700px;
width: 70%;
text-align: center;
}

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 17;
public final static long BUILD = 18;
/** for example "-test" */
public final static String EXTRA = "-rc";