Skip to content

Instantly share code, notes, and snippets.

@oliverdoetsch
oliverdoetsch / resizeImage.css
Last active September 24, 2018 20:09
automatically resize blogger images to fit full blog post area
.post-body img {
width: $(content.width);
height: auto;
margin-left: -1em;
padding: 0;
border: none;
max-width: 100%;
}
.post-body .tr-caption-container {
@BanksySan
BanksySan / .gitignore
Last active April 20, 2018 14:40
Git configuration for Windows (Visual Studio, IDEA, NCrunch...)
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# =========================
# User-specific files
# =========================
*.suo
*.user
*.sln.docstates
# =========================
# Visual Studio files
@twidi
twidi / README.TXT
Created August 9, 2012 14:59
One key to toggle sidebar AND miniap in sublime-text-2
A simple way to toggle the display of the sidebar AND the minimap, with only one key binding.
Put "toggle_sidebar_and_minimap.py" in ~/.config/sublime-text-2/Packages/
and the content of "keymap" in your "Key bindings - User" file.