Skip to content

Instantly share code, notes, and snippets.

@kotay
kotay / 0_reuse_code.js
Last active January 2, 2016 16:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@kotay
kotay / paginate.scss
Created July 22, 2013 15:33
a will_paginate css
.pagination{
float:right;
margin-top: 7px;
height: 22px;
line-height: 22px;
span, a, em{
text-decoration:none;
padding: 4px 7px;
border-top: 1px solid #E2E2E2;
border-left: 1px solid #C9C9C9;