wiki page work

This commit is contained in:
albert
2011-03-11 17:02:27 -05:00
parent 851d1fa26d
commit 7dd345ca75
11 changed files with 77 additions and 78 deletions

View File

@@ -396,12 +396,13 @@ div#artists div#show {
font-style: italic; }
/*** Wiki Pages ***/
div#c-wiki-pages span.version {
color: #AAA; }
div#c-wiki-pages h1 {
margin-bottom: 0.5em; }
div#c-wiki-pages div#a-edit textarea, div#c-wiki-pages div#a-new textarea {
width: 500px;
height: 40em; }
div#c-wiki-pages div#a-edit div#preview h1:first-child, div#c-wiki-pages div#a-new div#preview h1:first-child {
color: #333;
margin-bottom: 0.5em; }
/*** Users ***/
div.users div.new {

View File

@@ -665,6 +665,14 @@ div#artists {
/*** Wiki Pages ***/
div#c-wiki-pages {
span.version {
color: #AAA;
}
h1 {
margin-bottom: 0.5em;
}
div#a-edit, div#a-new {
textarea {
width: 500px;
@@ -672,10 +680,6 @@ div#c-wiki-pages {
}
div#preview {
h1:first-child {
color: #333;
margin-bottom: 0.5em;
}
}
}
}