Skip to content

Instantly share code, notes, and snippets.

@lenciel
lenciel / sentry.conf.py
Created September 4, 2014 14:37
sentry configuration file
# This is the configuration file for sentry used by lenciel@gmail.com.
# It's actually nothing special but a django settings file so you may put items like "ALLOWED_HOSTS" in it.
from sentry.conf.server import *
import os.path
CONF_ROOT = os.path.dirname(__file__)
DATABASES = {
@lenciel
lenciel / _syntax.diff
Last active August 29, 2015 14:01
diff before and after gist render sass fix
diff --git a/46501e4:sass/partials/_syntax.scss b/02b0441:sass/partials/_syntax.scss
index 137d475..5465286 100644
--- a/46501e4:sass/partials/_syntax.scss
+++ b/02b0441:sass/partials/_syntax.scss
@@ -22,10 +22,6 @@
@include border-radius(0);
}
-.line-data {
- font-size: 13px;