implemented post moderation

This commit is contained in:
albert
2011-03-14 14:08:29 -04:00
parent 7571280d72
commit 0830eb46c1
10 changed files with 95 additions and 78 deletions

View File

@@ -867,3 +867,22 @@ div#c-wiki-pages {
}
}
}
/*** Post Moderation ***/
div#c-post-moderation {
article {
margin-bottom: 4em;
}
aside {
float: left;
width: 520px;
}
section {
float: left;
width: 300px;
}
}