/wiki_page_versions: change page wrapper id to #c-wiki-page-versions.

Changes the wrapper id to #c-wiki-page-versions and moves the
corresponding css from wiki_pages.scss to wiki_page_versions.scss.
This commit is contained in:
evazion
2017-05-19 13:40:24 -05:00
parent a4220854a3
commit d46aa89159
6 changed files with 43 additions and 39 deletions

View File

@@ -0,0 +1,25 @@
div#c-wiki-page-versions {
#a-diff {
del {
background: #FCC;
text-decoration: none;
}
ins {
background: #CFC;
text-decoration: none;
}
}
#a-index {
table {
margin-bottom: 1em;
}
}
#a-show {
span.version {
color: #AAA;
}
}
}

View File

@@ -1,40 +1,19 @@
div#c-wiki-pages, div#excerpt {
span.version {
color: #AAA;
}
div.notice {
font-size: 0.8em;
padding: 1em;
margin: 1em 0;
}
del {
background: #FCC;
text-decoration: none;
}
ins {
background: #CFC;
text-decoration: none;
}
table {
margin-bottom: 1em;
}
#content {
margin-left: 15em;
padding-left: 1em;
}
.hint {
div#c-wiki-pages {
form span.hint {
display: block;
}
.other-name {
background-color: #EEE;
padding: 3px;
border-radius: 3px;
#a-new {
div.notice {
font-size: 0.8em;
padding: 1em;
margin: 1em 0;
}
}
}
.wiki-other-name {
background-color: #EEE;
padding: 3px;
border-radius: 3px;
}