Skip to content

Instantly share code, notes, and snippets.

View j1anb1n's full-sized avatar

J1anb1n j1anb1n

View GitHub Profile
.row {
width: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
height: auto;
display: block;
zoom: 1;
}
.row.flex:after {
@j1anb1n
j1anb1n / Search Box in Content Moves to Fixed Header.markdown
Created March 9, 2016 09:08
Search Box in Content Moves to Fixed Header
/* Simple JavaScript Inheritance
* By John Resig http://ejohn.org/
* MIT Licensed.
*/
// Inspired by base2 and Prototype
/* jshint ignore: start */
var initializing = false;
function Class () {
/* Simple JavaScript Inheritance
* By John Resig http://ejohn.org/
* MIT Licensed.
*/
// Inspired by base2 and Prototype
/* jshint ignore: start */
var initializing = false;
function Class () {