1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

Mkdocs test

Hello Triangle is not completed
This commit is contained in:
Meow J
2015-07-11 20:38:58 +08:00
parent 4fd2931cc1
commit db7a0d06a5
4 changed files with 150 additions and 0 deletions

13
css/code_fixer.css Normal file
View File

@@ -0,0 +1,13 @@
div.admonition code {
color: #404040;
border: 1px solid rgba(0, 0, 0, 0.2);
background: rgba(255, 255, 255, 0.7);
}
p {
text-align: justify;
}
p code {
word-wrap: normal;
}