2 column Tags page, needs more styling

git-svn-id: http://svn.automattic.com/wordpress/trunk@9339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-10-25 08:01:37 +00:00
parent 8f7da19ebb
commit b3e5e7a718
5 changed files with 124 additions and 29 deletions

View File

@@ -769,6 +769,10 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
color: #333;
}
.form-wrap .form-field {
background-color: #f5f5f5;
}
/* Diff */
table.diff .diff-deletedline {

View File

@@ -49,6 +49,29 @@
margin-right: 305px;
}
/* 2 columns main area */
#col-container {
overflow: hidden;
padding: 0;
margin: 0;
}
#col-left {
padding: 0;
margin: 0;
overflow: hidden;
width: 39%;
}
#col-right {
float: right;
clear: right;
overflow: hidden;
padding: 0;
margin: 0;
width: 59%;
}
/* styles for use by people extending the WordPress interface */