Don't want padding on code spans
Dave Rolsky [Tue, 2 Feb 2010 18:10:12 +0000 (12:10 -0600)]
moose-class/slides/ui/custom.css

index 2f8b1d4..987f40c 100644 (file)
@@ -118,3 +118,5 @@ img.for-slide {
 .fake-slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
    font: bold 2em Helvetica, sans-serif; white-space: normal;
    color: #000; background: transparent;}
+
+.slide code { padding: 0; font-weight: bold; color: #533;}