Skip to content

Instantly share code, notes, and snippets.

@sweded
sweded / osx_shortcuts.md
Created November 9, 2012 23:11
OS X shortcuts

Ctrl-A returns cursor to the beginning of current line

Ctrl-E moves cursor to the end of the line

Ctrl-K deletes the rest of the line, beginning from the cursor

@thomaspark
thomaspark / subnav.css
Last active June 6, 2023 10:19
Subnav for Bootstrap 2
section {
padding-top: 60px;
}
.subnav {
margin-bottom: 60px;
width: 100%;
height: 36px;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */