mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
f41858edcf
git-svn-id: http://svn.automattic.com/wordpress/trunk@8632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
16 lines
204 B
CSS
16 lines
204 B
CSS
#template textarea {
|
|
font-family:monospace;
|
|
}
|
|
#templateside {
|
|
float:left;
|
|
}
|
|
#themeselector {
|
|
padding-right:0;
|
|
padding-left: 5px;
|
|
float: left;
|
|
}
|
|
div.tablenav {
|
|
margin-right:0;
|
|
margin-left: 210px;
|
|
}
|