rst.css
changeset 1488 8d6da4ee85de
parent 1478 a3179b1461cb
child 1546 be099c6f7b32
--- a/rst.css	Sun Apr 21 16:31:32 2013 +0300
+++ b/rst.css	Sun Apr 21 16:32:32 2013 +0300
@@ -15,5 +15,10 @@
     background-color: LightYellow;
     overflow: auto;
 }
+tt.literal {
+    background: LightYellow;
+    outline: 1px dotted orange;
+    padding: 1px;
+}
 table { border-collapse:collapse; margin-left:auto; margin-right:auto; }
 table, tr, td { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }