http://ln.hixie.ch/?start=1037910467&count=1
http://ln.hixie.ch/?start=1137740632&count=1
| /* Gmail style scrollbar */ | |
| ::-webkit-scrollbar { | |
| width: 12px | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| border-width: 1px 1px 1px 2px | |
| } | |
| ::-webkit-scrollbar-track { | |
| border-width: 0 | |
| } |
| DATABASE_URL=postgres://USERNAME:[email protected]/DATABASE | |
| MEMCACHE_SERVERS=127.0.0.1:11211 | |
| DJANGO_SETTINGS_MODULE=settings.development.local |