commit | ae71ee1bd53e44d03c6acd22d5966bc7ea3e811e | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Thu Mar 05 01:03:27 2015 -0500 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Thu Mar 05 01:28:38 2015 -0500 |
tree | a5f75d2d6a31907e747d44967e4c71e43ba17e53 | |
parent | 57a9a723a9372c6f27e2d817975a009aafef3d8e [diff] [blame] |
Specify CSS file encoding Fixes #21
diff --git a/static/css/pygments.css b/static/css/pygments.css index d2e6e60..e7b1ca4 100644 --- a/static/css/pygments.css +++ b/static/css/pygments.css
@@ -1,3 +1,5 @@ +@charset "UTF-8"; + /* See available classes at https://bitbucket.org/birkenfeld/pygments-main/src/default/pygments/token.py */ .hll { background-color: #ffd800; padding-right:100%; }