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.