aboutsummaryrefslogtreecommitdiffstats
path: root/js/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/theme.js')
-rw-r--r--js/theme.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/theme.js b/js/theme.js
new file mode 100644
index 00000000..73607be5
--- /dev/null
+++ b/js/theme.js
@@ -0,0 +1,5 @@
+$(function(){
+
+ $('pre code').parent().addClass('prettyprint well');
+
+});