Skip to:
Content
Pages
Categories
Search
Top
Bottom

Add `border-radius` to div as common style?


  • Cloud Stone
    Participant

    @cloudinstone

    `
    div, dl, input[type=reset], input[type=search], input[type=submit], li, select, textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    }
    `
    Add border-radius to div as common style? is it a good idea?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar