Skip to content

Instantly share code, notes, and snippets.

View ryanfitton's full-sized avatar

Ryan Fitton ryanfitton

View GitHub Profile
@ryanfitton
ryanfitton / wp-config.php
Last active December 26, 2015 15:39 — forked from kloon/wp-config.php
// Auto update all 3 types of WordPress releases
define('WP_AUTO_UPDATE_CORE', true);
// Disable all 3 types of WordPress releases
define('WP_AUTO_UPDATE_CORE', false);
// Only auto update WordPress minor core changes
define('WP_AUTO_UPDATE_CORE', 'minor');
/* Gmail style scrollbar */
::-webkit-scrollbar {
width: 12px
}
::-webkit-scrollbar-thumb {
border-width: 1px 1px 1px 2px
}
::-webkit-scrollbar-track {
border-width: 0
}