I have an issue on my website. If you go to the consulting page you'll notice that the li are aligned left. Firebug yields the follow in regards to the styles being applied:
text-align: -webkit-match-parent;
How do i get rid of that so that it has a natural indent like regular li's?
This is part of the of the default display properties in HTML5.
If you wish to "give up" on HTML5 you can use the previous version:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
This is HTML 4.01 strict - I believe you won't get that default value using it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With