提交 2afd9706 authored 作者: Lilian Besson's avatar Lilian Besson 提交者: GitHub

Update css.inc

Faster for the DOM parser to have one <style> tag with 5 lines than 5 <style> tags with 1 line.
上级 6c37dfc5
...@@ -2,13 +2,16 @@ ...@@ -2,13 +2,16 @@
.. raw:: html .. raw:: html
<style> .black {color:black} </style> <style type="text/css">
<style> .blue {color:blue} </style> .black {color:black};
<style> .red {color:red} </style> .blue {color:blue};
<style> .green {color:green} </style> .red {color:red};
<style> .pink {color:pink} </style> .green {color:green};
.pink {color:pink};
</style>
.. role:: black
.. role:: blue .. role:: blue
.. role:: red .. role:: red
.. role:: green .. role:: green
.. role:: pink .. role:: pink
.. role:: black
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论