View Single Post
Old 11-03-2017, 10:43 AM   #50
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by GrannyGrump View Post
well, this IS strange.

I wonder if something farther down my stylesheet is causing some conflict. I will do some more experimenting, and see if I can learn why MINE is the only effort that failed.

But thanks, Ruben, for posting the code. I really want this to work!
GrannyGrump, I was able to duplicate your issue exactly, using the same code you provided.

Looks like you accidentally had the text-indent line commented out:

Code:
.nowrap{
/*text-indent: 0 !important;*/
display: inline-block;
}
That line seems to be key when doing the inline-block, so that the negative indent doesn't jam it into the previous text.
Tex2002ans is offline   Reply With Quote