docs: add NetRadiant specific docs

This commit is contained in:
Garux
2020-05-03 11:58:25 +03:00
parent 6944f84bba
commit 19921775fc
34 changed files with 10203 additions and 0 deletions

4
docs/stylesheet.css Normal file
View File

@@ -0,0 +1,4 @@
.icon-vote-up { background-image: url(../images/arrow_090.png); }
.icon-vote-down { background-image: url(../images/arrow_270.png); }
span.votes-positive { color: green; font-weight: bold }
span.votes-negative { color: red; font-weight: bold }