Last active
August 29, 2015 14:10
-
-
Save kloneets/a643f3dc82c72d71e145 to your computer and use it in GitHub Desktop.
Vajag palīdzību
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ir ul li koks ar zariem, kas izveidojas dinamiski un dziļums var būt dažāds! | |
Vajag ar css pamainīt dziļākā ul fontu. | |
piemērs: | |
<style> | |
ul li { font-weight: bold} | |
</style> | |
<ul> | |
<li> | |
Pirmais | |
<ul> | |
<li>Otrais</li> | |
<li>Trešais | |
<ul> | |
<li>Ceturtais</li> | |
</ul> | |
</li> | |
<li>Piektais</li> | |
</ul> | |
</li> | |
<li>Sestais</li> | |
<li>Septītais</li> | |
</ul> | |
css font-weight: normal vajag uztaisīt sekojošajiem: | |
Otrais, Ceturtais, Piektais, Sestais, Septītais |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment