提交 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 @@
.. raw:: html
<style> .black {color:black} </style>
<style> .blue {color:blue} </style>
<style> .red {color:red} </style>
<style> .green {color:green} </style>
<style> .pink {color:pink} </style>
<style type="text/css">
.black {color:black};
.blue {color:blue};
.red {color:red};
.green {color:green};
.pink {color:pink};
</style>
.. role:: black
.. role:: blue
.. role:: red
.. role:: green
.. role:: pink
.. role:: black
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论