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:
parent
2a1d84ef82
commit
dcec3da0fb
|
@ -46,11 +46,7 @@ function focusit() {
|
||||||
window.onload = focusit;
|
window.onload = focusit;
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
<style media="screen" type="text/css">
|
|
||||||
#titlediv, #postpassworddiv {
|
|
||||||
height: 3.5em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div id="poststuff">
|
<div id="poststuff">
|
||||||
<fieldset id="titlediv">
|
<fieldset id="titlediv">
|
||||||
<legend><a href="http://wordpress.org/docs/reference/post/#title" title="<?php _e('Help on titles') ?>"><?php _e('Title') ?></a></legend>
|
<legend><a href="http://wordpress.org/docs/reference/post/#title" title="<?php _e('Help on titles') ?>"><?php _e('Title') ?></a></legend>
|
||||||
|
|
|
@ -426,6 +426,10 @@ textarea, input, select {
|
||||||
width: 10.4em;
|
width: 10.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#titlediv, #postpassworddiv {
|
||||||
|
height: 3.5em;
|
||||||
|
}
|
||||||
|
|
||||||
#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
|
#titlediv, #poststatusdiv, #commentstatusdiv, #slugdiv, #postpassworddiv, #namediv, #uridiv, #emaildiv {
|
||||||
float: left;
|
float: left;
|
||||||
height: 6em;
|
height: 6em;
|
||||||
|
|
Loading…
Reference in New Issue