Make WordPress Core

Changeset 1241


Ignore:
Timestamp:
05/08/2004 01:37:50 AM (21 years ago)
Author:
saxmatt
Message:

Improve styling of comment form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-layout.css

    r1054 r1241  
    133133}
    134134
    135 #commentform input, #commentform textarea {
     135#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
    136136    background: #fff;
    137137    border: 1px solid #333;
     138    padding: .2em;
    138139}
    139140
     
    189190}
    190191
    191 #menu input {
     192#menu input#s {
     193    width: 80%;
    192194    background: #eee;
    193195    border: 1px solid #999;
    194196    color: #000;
    195     letter-spacing: -0.05em;
    196     width: 80%;
    197197}
    198198
Note: See TracChangeset for help on using the changeset viewer.