/posts/$id/events: change page wrapper id to #c-post-events.
This commit is contained in:
11
app/assets/stylesheets/specific/post_events.scss
Normal file
11
app/assets/stylesheets/specific/post_events.scss
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
div#c-post-events {
|
||||||
|
#a-index {
|
||||||
|
tr.resolved-true {
|
||||||
|
background: #DDD;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.resolved-false {
|
||||||
|
background: #FFF;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<div id="c-post-flags">
|
<div id="c-post-events">
|
||||||
<div id="a-index">
|
<div id="a-index">
|
||||||
<h1>Flags & Appeals</h1>
|
<h1>Flags & Appeals</h1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user