]> git.mxchange.org Git - friendica.git/commitdiff
dispy code tag style
authorfabrixxm <fabrix.xm@gmail.com>
Sun, 19 Jun 2011 10:17:13 +0000 (12:17 +0200)
committerfabrixxm <fabrix.xm@gmail.com>
Sun, 19 Jun 2011 10:17:13 +0000 (12:17 +0200)
view/theme/dispy/style.css

index 40545de01ecb8af18e5bb101c27c196cf2ff9b5d..34c880ac07e794355cf2a5dce182283f186d22f5 100644 (file)
@@ -548,6 +548,16 @@ section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
        border: 0px;
 }
 
+/**
+ * item text style
+ **/
+.wall-item-body code {
+    border-color: #CCCCCC;
+    border-style: solid;
+    border-width: 1px 1px 1px 10px;
+    display: block;
+    padding-left: 10px;
+}