]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/theme-editor.css
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-admin / css / theme-editor.css
index 2c59e97b8b472331229aa99329b0f3d749839424..486f5c1925e1d70328eada934118748bb9cdcdd1 100644 (file)
@@ -1,5 +1,5 @@
 #template textarea {
-       font-family: 'Courier New', Courier, monospace;
+       font-family: Consolas, Monaco, Courier, monospace;
        font-size: 12px;
        width: 97%;
 }
@@ -11,7 +11,6 @@
 #templateside {
        float: right;
        width: 190px;
-       margin-top:-3.4em;
 }
 
 #templateside h3, #postcustomstuff p.submit {
@@ -23,7 +22,7 @@ h3#bordertitle {
 }
 
 #templateside h4 {
-       margin-bottom: 0px;
+       margin-bottom: 0;
 }
 
 #templateside ol, #templateside ul {
@@ -33,7 +32,7 @@ h3#bordertitle {
 }
 
 #templateside ol li, #templateside ul li {
-       margin: 1px 0px;
+       margin: 1px 0;
 }
 
 #themeselector {
@@ -41,6 +40,7 @@ h3#bordertitle {
        float: right;
        position: relative;
        bottom: 25px;
+       top:20px;
 }
 
 #themeselector select {
@@ -58,7 +58,7 @@ h3#bordertitle {
 
 div.bordertitle h2 {
        border: none;
-       padding-bottom: 0px;
+       padding-bottom: 0;
 }
 
 div.tablenav {