html - Is there a way to thicken a form legend underline? -


i want bootstrap legend's underline more thick. override twitter bootstrap css.

is possible?

yes can.

legend {     border-bottom:10px solid #000000; } 

to further increase/decrease thickness, can increase/decrease pixels in border-bottom. hope helps.


Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -