Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Broad CSS rules are big fat NO-NO #399064

    Thanks guys.

    in reply to: Broad CSS rules are big fat NO-NO #398518

    Well don’t take it literally… of course there is no such CSS property “enfold way, no other way possible ever”. It’s a failed attempt at evil sarcasm.

    The code is in /css/base.css at line 228.

    The problem is the CSS selector. It’s way too broad. #top is the ID you give to the <body> tag. And then you go on to define that any <label> should be displayed as a block, and should be bold, and font size 12px. That’s inconsiderate of any plugin that uses form elements.

    Why not isolate things? i.e. give the form itself an ID, then reference it to style input types and their respective labels?

Viewing 2 posts - 1 through 2 (of 2 total)