Skip to content

Instantly share code, notes, and snippets.

@tinabeans
tinabeans / style.css
Last active December 16, 2015 16:19
Trello board style experiments. Put this in Stylebot in Chrome. Didn't test in other browsers but it probably works in Safari, too. :)
#board {
background: none;
border-radius: 0;
box-shadow: none;
margin-left: 0;
margin-right: 250px;
padding: 0;
}
#board-header {
@tinabeans
tinabeans / template.html
Last active February 13, 2024 09:18
A super-barebones single-column responsive email template, assuming a max-width of 540px. Read about it on the Fog Creek blog.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Single-Column Responsive Email Template</title>
<style>
@media only screen and (min-device-width: 541px) {
.content {