Merge pull request #3479 from BrokenEagle/feat-add-iqdb-page

Initial add of IQDB standalone page
This commit is contained in:
Albert Yi
2018-01-02 10:29:27 -08:00
committed by GitHub
5 changed files with 78 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
div#c-iqdb-queries {
div#a-check {
article.post-preview {
height: 180px;
width: 180px;
border: lightgrey solid 1px;
img {
margin-top: 10px;
}
}
}
}