mirror of
https://github.com/samsonjs/blog.git
synced 2026-03-25 09:05:51 +00:00
add typocode stylesheet to published articlesthat need it
This commit is contained in:
parent
484d3ff54b
commit
6f115bfbc3
3 changed files with 17 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -60,3 +60,18 @@ end
|
|||
|
||||
<p>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…</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>
|
||||
|
|
|
|||
|
|
@ -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 it’s all packaged up <a href="2006.02.22-intelligent-migration-snippets-01-for-textmate.html">here</a>. There’s an installation script this time as well.</em></p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue