CSS changes for inline code blocks.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 15 Jan 2009 22:18:32 -0500 |
parents |
20596cd84983
|
children |
5dec1cfcdb6b
|
branches/tags |
(none) |
files |
site-media/style/stevelosh.css |
Changes
--- a/site-media/style/stevelosh.css Thu Jan 15 22:08:45 2009 -0500
+++ b/site-media/style/stevelosh.css Thu Jan 15 22:18:32 2009 -0500
@@ -103,4 +103,6 @@
.invalid {
color: #F00;
-}
\ No newline at end of file
+}
+
+p code { background-color: #eee; padding: 2px; border: 1px solid #ddd; }
\ No newline at end of file