| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #bbpress-forums {
- p.bbp-topic-meta,
- ul.bbp-reply-revision-log,
- ul.bbp-topic-revision-log,
- div.bbp-template-notice,
- .widget_display_topics,
- .widget_display_replies,
- p.bbp-topic-meta {
- img.avatar {
- display: inline-block;
- margin-bottom: 0 !important;
- &.avatar-14 {
- display: none !important;
- }
- }
- }
- .bbp-topic-started-by img {
- display: none !important;
- }
- #bbp_search {
- width: 200px;
- margin-right: 10px;
- }
- #bbp-search-form {
- margin-bottom: 10px;
- }
- .bbp-forum-title {
- .vamtam-font(h3-);
- }
- .bbp-forum-info .bbp-forum-content,
- p.bbp-topic-meta {
- .vamtam-font(primary-font-);
- }
- .bbp-breadcrumb {
- p {
- margin: 0;
- }
- }
- #subscription-toggle {
- float: right;
- }
- }
|