Changes the wrapper id to #c-wiki-page-versions and moves the corresponding css from wiki_pages.scss to wiki_page_versions.scss.
26 lines
307 B
SCSS
26 lines
307 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|