Not sure why that style was inline.
git-svn-id: https://develop.svn.wordpress.org/trunk@1501 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0f49ccc3d3
commit
0a5ab42617
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user