mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
7519a920b1
git-svn-id: http://svn.automattic.com/wordpress/trunk@6908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
47 lines
631 B
CSS
47 lines
631 B
CSS
#template textarea {
|
|
font-family: 'Courier New', Courier, monospace;
|
|
font-size: 12px;
|
|
width: 97%;
|
|
}
|
|
|
|
#template p {
|
|
width: 97%;
|
|
}
|
|
|
|
#templateside {
|
|
float: right;
|
|
width: 190px;
|
|
margin-top:-3.4em;
|
|
}
|
|
|
|
#templateside h3, #postcustom p.submit {
|
|
margin: 0;
|
|
}
|
|
|
|
#templateside ol, #templateside ul {
|
|
list-style: none;
|
|
margin: .5em;
|
|
padding: 0;
|
|
}
|
|
|
|
#templateside ol li, #templateside ul li {
|
|
margin: 1px 0px;
|
|
}
|
|
|
|
#themeselector {
|
|
padding-right: 5px;
|
|
float: right;
|
|
position: relative;
|
|
bottom: 25px;
|
|
}
|
|
|
|
.nonessential {
|
|
font-size: small;
|
|
color: #999999;
|
|
}
|
|
|
|
.highlight {
|
|
background-color: #E4F2FD;
|
|
padding: 1px;
|
|
color: #d54e21;
|
|
} |