css: factor out recent posts component.

This commit is contained in:
evazion
2021-02-16 01:48:20 -06:00
parent 1e80540a04
commit e215fd1c47
5 changed files with 27 additions and 31 deletions

View File

@@ -0,0 +1,9 @@
/* A small set of recent posts. Used for recent uploads and favorites on user
* profile pages, and recent posts on artist and wiki pages. */
div.recent-posts {
margin-bottom: 1rem;
h2.recent-posts-header {
margin-bottom: 0.25rem;
}
}

View File

@@ -1,9 +1,5 @@
div#c-users {
div#a-show {
div.box {
margin-bottom: 2em;
}
table.user-statistics {
th {
width: 15%;