Skip to content

Instantly share code, notes, and snippets.

View wildtron's full-sized avatar
🏠
Working from home

Sherwin Ferrer wildtron

🏠
Working from home
View GitHub Profile
@wildtron
wildtron / review-board.css
Created March 17, 2016 02:16
personal adjustments to reviewboard UI
#fieldset_reviewers_body tr td {
font-size: 25px;
}
a.user {
font-size: 25px;
display: block;
}
pre.field.editable.field-text-area.rich-text p img {
@wildtron
wildtron / .vimrc
Last active October 9, 2015 10:49
set nocompatible
filetype off
" add magic potatoes here vundle, pathogen etc
syntax on
let mapleader='`'
let g:mapleader='`'