View Single Post
Old 07-17-2021, 01:45 AM   #10
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Quote:
Originally Posted by kovidgoyal View Post
do you have some extra styles defined in the viewer settings? That's the only thing I can think of to cause it. You can use the inspector (right click and chose inspector button) in the viewer to check what CSS is beig applied to those elements.
No, just the default ones, BUT ...

Right-click, Preferences, Styles I changed text-indent to 0em (and text-align to left [personal preference]) and it looks much better

Code:
body {
	color:rgb(0,0,0);
	background-color:rgb(234,234,234);
	text-align:left;
	line-spacing:1.8; 
	margin-top:0px;
	margin-bottom:4px;
	margin-right:50px;
	margin-left:50px;
	text-indent:0em;
}

 h1, h2, h3, h4, h5, h6 {
	color:black;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

Thanks !!
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	158
Size:	38.1 KB
ID:	188229  
phossler is offline   Reply With Quote