Skip to content

Commit

Permalink
Merge commit 'c2b82ff6aa95e4de583e642f2420dc9b85d8e989'
Browse files Browse the repository at this point in the history
  • Loading branch information
memowe committed May 23, 2011
2 parents e03e1c5 + c2b82ff commit b199eb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions articles/2011-05-17-23-18_exemple_code.md
@@ -0,0 +1,7 @@
Title: Exemple code
Tags: code, Perl

Only a page with exemple code.

my $var = 42;
print $var, "\n";
4 changes: 4 additions & 0 deletions bootylite.pl
Expand Up @@ -526,6 +526,10 @@
font-size:.8em; letter-spacing:.2ex; font-style: normal; line-height: 130% }
address #powered { color: #888 }
address a { color: inherit }
pre { color: black; background-color: white; border: 2px solid green; padding: 1em;
overflow: auto; overflow-y: visible; width: 600px;
-webkit-box-shadow: 10px 10px 5px #888888; -moz-box-shadow: 10px 10px 5px #888888;
box-shadow: 10px 10px 5px #888888; }
@@ print_style.css.ep
html, body { margin: 0; padding: 0; color: black; background-color: white }
Expand Down

0 comments on commit b199eb2

Please sign in to comment.