aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v6/se_css.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-03 19:28:27 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-03 19:31:48 -0400
commit14b5f96494f79b75e3e77844561678c793d0caa6 (patch)
tree11fca7cbe115634564254e6b7926ad24cd98c6f8 /lib/sisu/v6/se_css.rb
parentv5 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/v6/se_css.rb')
-rw-r--r--lib/sisu/v6/se_css.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v6/se_css.rb b/lib/sisu/v6/se_css.rb
index fed9c571..a83d13ca 100644
--- a/lib/sisu/v6/se_css.rb
+++ b/lib/sisu/v6/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" />}