1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 16:21:18 +02:00

Merge branch 'master' into composer

This commit is contained in:
Toby Zerner
2015-10-03 16:41:23 +09:30
7 changed files with 31 additions and 99 deletions

View File

@@ -20,7 +20,7 @@ export default class EditCustomCssModal extends Modal {
content() {
return (
<div className="Modal-body">
<p>Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles. <a href="">Read the documentation</a> for more information.</p>
<p>Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles. <a href="http://flarum.org/docs/extend/themes/">Read the documentation</a> for more information.</p>
<div className="Form">
<div className="Form-group">