~katiekitty/+junk/wordpress-byet

« back to all changes in this revision

Viewing changes to wp-admin/css/theme-editor.dev.css

  • Committer: kserver
  • Date: 2010-05-15 01:16:36 UTC
  • Revision ID: kserver@kserver-desktop-20100515011636-mnr1j7t637suptdq
Wordpress 2.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#template textarea {
 
2
        font-family: Consolas, Monaco, Courier, monospace;
 
3
        font-size: 12px;
 
4
        width: 97%;
 
5
}
 
6
 
 
7
#template p {
 
8
        width: 97%;
 
9
}
 
10
 
 
11
#templateside {
 
12
        float: right;
 
13
        width: 190px;
 
14
        word-wrap: break-word;
 
15
}
 
16
 
 
17
#templateside h3,
 
18
#postcustomstuff p.submit {
 
19
        margin: 0;
 
20
}
 
21
 
 
22
#templateside h4 {
 
23
        margin: 1em 0 0;
 
24
}
 
25
 
 
26
#templateside ol,
 
27
#templateside ul {
 
28
        margin: .5em;
 
29
        padding: 0;
 
30
}
 
31
 
 
32
#templateside li {
 
33
        margin: 4px 0;
 
34
}
 
35
 
 
36
.nonessential {
 
37
        font-size: small;
 
38
}
 
39
 
 
40
.highlight {
 
41
        padding: 1px;
 
42
}
 
43
 
 
44
div.tablenav {
 
45
        margin-right: 210px;
 
46
}
 
47
 
 
48
#documentation {
 
49
        margin-top: 10px;
 
50
}
 
51
#documentation label {
 
52
        line-height: 22px;
 
53
        vertical-align: top;
 
54
        font-weight: bold;
 
55
}
 
56
 
 
57
.fileedit-sub {
 
58
        padding: 10px 0 8px;
 
59
        line-height: 180%;
 
60
}