css: factor out recent posts component.
This commit is contained in:
9
app/javascript/src/styles/common/recent_posts.scss
Normal file
9
app/javascript/src/styles/common/recent_posts.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,5 @@
|
||||
div#c-users {
|
||||
div#a-show {
|
||||
div.box {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
table.user-statistics {
|
||||
th {
|
||||
width: 15%;
|
||||
|
||||
Reference in New Issue
Block a user