mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Clean styles
This commit is contained in:
parent
5d067077b1
commit
2e1d1cc210
1 changed files with 4 additions and 38 deletions
|
@ -247,51 +247,17 @@ module Reports::Docx::PrivateMethods
|
||||||
br
|
br
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
generate_html_styles
|
generate_html_styles
|
||||||
end
|
end
|
||||||
|
|
||||||
def generate_html_styles
|
def generate_html_styles
|
||||||
@docx.style do
|
@docx.style do
|
||||||
id 'h1'
|
id 'Heading1'
|
||||||
name 'h1'
|
name 'heading 1'
|
||||||
bold true
|
font 'Arial'
|
||||||
size 64
|
|
||||||
end
|
|
||||||
|
|
||||||
@docx.style do
|
|
||||||
id 'h2'
|
|
||||||
name 'h2'
|
|
||||||
bold true
|
|
||||||
size 48
|
|
||||||
end
|
|
||||||
|
|
||||||
@docx.style do
|
|
||||||
id 'h3'
|
|
||||||
name 'h3'
|
|
||||||
bold true
|
|
||||||
size 36
|
size 36
|
||||||
end
|
bottom 120
|
||||||
|
|
||||||
@docx.style do
|
|
||||||
id 'h4'
|
|
||||||
name 'h4'
|
|
||||||
bold true
|
bold true
|
||||||
size 32
|
|
||||||
end
|
|
||||||
|
|
||||||
@docx.style do
|
|
||||||
id 'h5'
|
|
||||||
name 'h5'
|
|
||||||
bold true
|
|
||||||
size 26
|
|
||||||
end
|
|
||||||
|
|
||||||
@docx.style do
|
|
||||||
id 'h6'
|
|
||||||
name 'h6'
|
|
||||||
bold true
|
|
||||||
size 24
|
|
||||||
end
|
end
|
||||||
|
|
||||||
@link_style = {
|
@link_style = {
|
||||||
|
|
Loading…
Reference in a new issue