mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
6521f16335
git-svn-id: http://svn.automattic.com/wordpress/trunk@8554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
50 lines
586 B
CSS
50 lines
586 B
CSS
/* footer */
|
|
body, td {
|
|
font-family: Tahoma,Verdana,sans-serif;
|
|
}
|
|
|
|
#wpcontent #sidemenu li a {
|
|
float: left;
|
|
}
|
|
|
|
.wrap {
|
|
text-align: right;
|
|
}
|
|
|
|
.wrap h2 {
|
|
margin: 5px 0 0 4px;
|
|
}
|
|
|
|
#footer {
|
|
padding-left:50px;
|
|
}
|
|
#footer p {
|
|
background:none;
|
|
height:auto;
|
|
padding: 5px 5px 0;
|
|
}
|
|
|
|
#bh {
|
|
padding-left: 15px;
|
|
padding-right: 0px;
|
|
}
|
|
/* write post */
|
|
#poststuff .togbox {
|
|
margin-right:-16px;
|
|
}
|
|
#poststuff h3 {
|
|
padding-right:20px;
|
|
}
|
|
|
|
p#widget-search, p#post-search {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.widefat th {
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
/* template editor */
|
|
#template textarea {
|
|
float:left;
|
|
} |