View Single Post
Old 05-30-2017, 01:30 AM   #12
stumped
Wizard
stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.
 
Posts: 3,305
Karma: 10259306
Join Date: May 2016
Device: kobo forma, Kobo Libra, Huawei media Tab, fire HD10, PW3 HDX8.9,
PS I wonder if the margin right bit of this table CSS is to blame, I do lose about 3em worth of characters ( ~6 characters )
what is a negative margin value supposed to do ?
.table-note {

border-collapse: separate;
border-spacing: 2px;
display: table;
font-family: serif;
font-size: 1em;

margin-bottom: 0.3em;
margin-left: 0;
margin-right: -3em;
margin-top: 0.3em;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
text-align: justify;
text-indent: 0
stumped is offline   Reply With Quote