This website works better with JavaScript.
Home
Explore
Help
Sign In
quiro
/
discourse-category-banner
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Style tweaks
master
Angus McLeod
3 years ago
parent
589720e501
commit
2c052a02de
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/common.scss
+1
-1
javascripts/discourse/templates/components/category-name-header.hbs
+ 1
- 1
common/common.scss
View File
@ -29,7 +29,7 @@
display
:
inline-block
;
vertical-align
:
middle
;
font-size
:
1
.
5em
;
margin
:
7px
0
;
margin
:
0
0
7px
;
@include
underline
;
}
+ 1
- 1
javascripts/discourse/templates/components/category-name-header.hbs
View File
@ -1,4 +1,4 @@
{{category.name}}
{{#if category.description}}
<p>{{dir-span category.description}}</p>
<p>{{
{
dir-span category.description
}
}}</p>
{{/if}}
Write
Preview
Loading…
Cancel
Save