/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:
25
app/assets/stylesheets/specific/wiki_page_versions.scss
Normal file
25
app/assets/stylesheets/specific/wiki_page_versions.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user