Skip to content

Instantly share code, notes, and snippets.

View tomasvitek's full-sized avatar
🤒
Out sick

Tomáš Vítek tomasvitek

🤒
Out sick
View GitHub Profile
@simurai
simurai / README.md
Last active November 28, 2019 05:39
Atom for minimalists

For minimalist ❤️ ers

minimalist

Just you, your code and nothing else.... :meditatingbuddha:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<svg id="defs">
<defs>
<linearGradient id="gradBlue" x1="0%" y1="0%" x2="100%" y2="0%">
<!doctype html>
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
<html>
<head>
<title>iOS 8 web app</title>
<!-- CONFIGURATION -->
@olivierlacan
olivierlacan / An_example.markdown
Created February 18, 2012 05:40 — forked from renz45/An_example.markdown
Re-style Sublime Text 2 sidebar to a darker theme

This re-styles your sublime text 2 sidebar to be darker, so it doesn't blind you when using a dark theme.

Dark sublime text 2 sidebar

Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.

@jmwhittaker
jmwhittaker / Rubberband scroll
Created January 9, 2012 17:29
Prevent 'rubber band' scrolling in Lion
/* To prevent rubber band scrolling in Lion */
body {
overflow:hidden;
height:100%;
}
/* Also look to add in -webkit-overflow-scrolling for touch iOS 5 < devices */