Not sure why that style was inline.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1501 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-08-01 07:51:26 +00:00
parent 2a1d84ef82
commit dcec3da0fb
2 changed files with 5 additions and 5 deletions

View File

@ -46,11 +46,7 @@ function focusit() {
window.onload = focusit;
//-->
</script>
<style media="screen" type="text/css">
#titlediv, #postpassworddiv {
height: 3.5em;
}
</style>
<div id="poststuff">
<fieldset id="titlediv">
<legend><a href="http://wordpress.org/docs/reference/post/#title" title="<?php _e('Help on titles') ?>"><?php _e('Title') ?></a></legend>

View File

@ -426,6 +426,10 @@ textarea, input, select {
width: 10.4em;
}
#titlediv, #postpassworddiv {
height: 3.5em;
}
#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
float: left;
height: 6em;