posts: change #image-container, #note-container to classes.
Change #image-container and #note-container from IDs to classes. This is necessary so that we can use one container element for both the image container and the note container. This may break custom CSS and userscripts.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
div#note-container {
|
||||
.note-container {
|
||||
position: absolute;
|
||||
|
||||
div.note-body {
|
||||
|
||||
Reference in New Issue
Block a user