79765533

Date: 2025-09-15 19:24:45
Score: 0.5
Natty:
Report link

Simplified version of a previous answer (no clearfix div needed):

legend { 
    float: left;
    padding: 0; 
}

legend + * { /* the first sibling of the legend */
    clear: left; 
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wes Reimer