Behold my XHTML strictness
This commit is contained in:
parent
5243687d8f
commit
cc9b45baec
3 changed files with 27 additions and 12 deletions
|
@ -106,6 +106,13 @@ html>body .external {border-bottom: none;}
|
|||
img.incremental {visibility: hidden;}
|
||||
.slide .current {color: #B02;}
|
||||
|
||||
.vim-quote { color: #6b59ce; }
|
||||
.vim-statement { color: #a52829; }
|
||||
.vim-constant { color: #ff00ff; }
|
||||
.vim-control { color: #a520f7; }
|
||||
.vim-var { color: #008a8c; }
|
||||
|
||||
img { border: 0; }
|
||||
|
||||
/* diagnostics
|
||||
|
||||
|
|
Reference in a new issue