1
0
mirror of https://github.com/flarum/core.git synced 2025-08-29 02:50:57 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-09-22 18:14:56 +09:30
commit 937b70bdf8
27 changed files with 740 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.CommentPost--unapproved {
.Post-header,
.Post-body,
.Post-footer {
opacity: 0.5;
}
}