Fix style

This commit is contained in:
Victor Shcherb 2015-11-07 19:09:36 +01:00
parent 12468d5f27
commit 9ed9def001

View file

@ -199,7 +199,7 @@ task collectFonts(type: Copy) {
}
task collectHelpContentsStyle(type: Copy) {
from("../../help/help/") {
from("../../help/website/help/") {
include "style.css"
}
into "assets"