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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -