mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-27 10:41:24 +01:00
b442bfdeff
git-svn-id: http://svn.automattic.com/wordpress/trunk@7476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
20 lines
269 B
CSS
20 lines
269 B
CSS
/* footer */
|
|
#footer {
|
|
padding-left:50px;
|
|
}
|
|
#footer p {
|
|
background:none;
|
|
height:auto;
|
|
padding: 5px 5px 0;
|
|
}
|
|
/* write post */
|
|
#poststuff .togbox {
|
|
margin-right:-16px;
|
|
}
|
|
#poststuff h3 {
|
|
padding-right:20px;
|
|
}
|
|
/* template editor */
|
|
#template textarea {
|
|
float:left;
|
|
} |