提交 383212da authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #5779 from Naereen/patch-1

Update css.inc
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论