]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/theme-editor.css
Wordpress 2.8
[autoinstalls/wordpress.git] / wp-admin / css / theme-editor.css
index 2c59e97b8b472331229aa99329b0f3d749839424..2f938d84fe507accaefa00a7415ec372688d6ca9 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,9 +58,18 @@ h3#bordertitle {
 
 div.bordertitle h2 {
        border: none;
-       padding-bottom: 0px;
+       padding-bottom: 0;
 }
 
 div.tablenav {
        margin-right: 210px;
 }
+
+#documentation {
+       margin-top: 10px;
+}
+#documentation label {
+       line-height: 22px;
+       vertical-align: top;
+       font-weight: bold;
+}
\ No newline at end of file