added images inside pod docs
[sdlgit/SDL-Site.git] / htdocs / assets / pod.css
index 0a266ec..1049c41 100644 (file)
@@ -4,9 +4,15 @@ div.pod
        padding:             10px;
 }
 
-pre
+div.pod pre
 {
        border:              1px solid #FFFFFF;
        background-color:        #CAB680;
        padding-top:         13px;
-}
\ No newline at end of file
+}
+
+div.pod img
+{
+       padding-right:       13px;
+       border:              0;
+}