Why the font size of this page appears different.
In the bullet list text are bigger than body text. I coud not figure out.
example
http://www.egtours.com/10_days_nepal_trip.php
Printable View
Why the font size of this page appears different.
In the bullet list text are bigger than body text. I coud not figure out.
example
http://www.egtours.com/10_days_nepal_trip.php
Did you copy and paste the text into the page or did you simply write them in? If you copied and pasted the text then you will need to remove the formating from them to allow them to get the default setting of your browser.
You have the font-size set to 16px in your CSS as seen here:
Change it to 12px.Code:ul {
text-align: left;
margin: 25px;
font-size: 16px;
list-style-type: square;
}