This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

CSS tag for form title and description


  1. zippy1nut
    Member

    What is the CSS tag for form title and description ? Cant seem to figure it out.

    Posted 16 years ago #
  2. yuniar

    This one:

    .form_description
    {
    	border-bottom:1px dotted #ccc;
    	clear:both;
    	display:inline-block;
    	margin:0 0 1em;
    }
    
    .form_description[class]
    {
    	display:block;
    }
    
    .form_description h2
    {
    	clear:left;
    	font-size:160%;
    	font-weight:400;
    	margin:0 0 3px;
    }
    
    .form_description p
    {
    	font-size:95%;
    	line-height:130%;
    	margin:0 0 12px;
    }


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Reply