add typocode stylesheet to published articlesthat need it

This commit is contained in:
Sami Samhuri 2011-12-03 15:20:17 -08:00
parent 484d3ff54b
commit 6f115bfbc3
3 changed files with 17 additions and 1 deletions

View file

@ -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 {

View file

@ -60,3 +60,18 @@ end
<p>Ill be adding more snippets and macros. There should be a central place where the rails bundle can be improved and extended. Maybe there is…</p>
<!-- don't judge me -->
<style>
code {
font-family: "Andale Mono", "Lucida Typewriter", "Bitstream Vera Sans Mono", fixed-width, monospace;
font-size: 0.9em;
}
pre {
background: #555;
border: 1px dashed #5189ea;
margin-bottom: 30px;
margin-top: -10px;
padding: 5px;
}
</style>

View file

@ -3,6 +3,7 @@ Date: February 21, 2006
Timestamp: 1140562500
Author: sjs
Tags: textmate, rails, hacking, commands, macro, rails, snippets, textmate
Styles: typocode
----
<p><em><strong><span class="caps">UPDATE</span>:</strong> I got everything working and its all packaged up <a href="2006.02.22-intelligent-migration-snippets-01-for-textmate.html">here</a>. Theres an installation script this time as well.</em></p>