From 6f115bfbc375055f8bea182f79a90aba991433a2 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 3 Dec 2011 15:20:17 -0800 Subject: [PATCH] add typocode stylesheet to published articlesthat need it --- css/typocode.css | 2 +- ...some-textmate-snippets-for-rails-migrations.md | 15 +++++++++++++++ ...6.02.21-textmate-insert-text-into-self-down.md | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/css/typocode.css b/css/typocode.css index 1e4cf4b..0f2a043 100644 --- a/css/typocode.css +++ b/css/typocode.css @@ -65,7 +65,7 @@ code { font-family: "Andale Mono", "Lucida Typewriter", "Bitstream Vera Sans Mono", fixed-width, monospace; -/* font-size: 120%;*/ + font-size: 0.9em; } pre { diff --git a/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md b/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md index 849b8e2..a340fc3 100644 --- a/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md +++ b/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md @@ -60,3 +60,18 @@ end

I’ll be adding more snippets and macros. There should be a central place where the rails bundle can be improved and extended. Maybe there is…

+ + diff --git a/published/2006.02.21-textmate-insert-text-into-self-down.md b/published/2006.02.21-textmate-insert-text-into-self-down.md index b0f4ad5..74aa512 100644 --- a/published/2006.02.21-textmate-insert-text-into-self-down.md +++ b/published/2006.02.21-textmate-insert-text-into-self-down.md @@ -3,6 +3,7 @@ Date: February 21, 2006 Timestamp: 1140562500 Author: sjs Tags: textmate, rails, hacking, commands, macro, rails, snippets, textmate +Styles: typocode ----

UPDATE: I got everything working and it’s all packaged up here. There’s an installation script this time as well.