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:
Matt Mullenweg 2004-08-01 07:51:26 +00:00
parent 0f49ccc3d3
commit 0a5ab42617
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;