diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-10-03 19:28:27 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-10-03 19:31:48 -0400 |
commit | 14b5f96494f79b75e3e77844561678c793d0caa6 (patch) | |
tree | 11fca7cbe115634564254e6b7926ad24cd98c6f8 /lib/sisu/v5/se_css.rb | |
parent | v5 v6: --act provides info on current --act0 to --act9 settings (diff) |
v5 v6: html, tiny first nudge toward html5 (v5 v6 differ)
* document headers, other minor
Diffstat (limited to 'lib/sisu/v5/se_css.rb')
-rw-r--r-- | lib/sisu/v5/se_css.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v5/se_css.rb b/lib/sisu/v5/se_css.rb index 378fece8..4d4713e1 100644 --- a/lib/sisu/v5/se_css.rb +++ b/lib/sisu/v5/se_css.rb @@ -169,21 +169,21 @@ module SiSU_CSS @file.path_rel_links.html_scroll_css \ + @env.path.style + '/' \ + @css.html - %{ <link rel="stylesheet" href="#{stylesheet}" type="text/css" />} + %{ <link href="#{stylesheet}" rel="stylesheet">} end def html_seg stylesheet= @file.path_rel_links.html_seg_css \ + @env.path.style + '/' \ + @css.html - %{ <link rel="stylesheet" href="#{stylesheet}" type="text/css" />} + %{ <link href="#{stylesheet}" rel="stylesheet">} end def html_tables stylesheet= @file.path_rel_links.html_seg_css \ + @env.path.style + '/' \ + @css.html - %{ <link rel="stylesheet" href="#{stylesheet}" type="text/css" />} + %{ <link href="#{stylesheet}" rel="stylesheet">} end def xhtml_epub %{ <link rel="stylesheet" href="css/xhtml.css" type="text/css" />} |