]> git.mxchange.org Git - friendica.git/commitdiff
frio: improve readabillity for code blocks
authorrabuzarus <>
Sat, 1 Oct 2016 19:16:23 +0000 (21:16 +0200)
committerrabuzarus <>
Sat, 1 Oct 2016 19:16:23 +0000 (21:16 +0200)
view/theme/frio/css/style.css

index 18b7514503441ad40d83e2c0e7b829bef3f985b7..84e8b6e7d852518dd4b2009135d5720268f88fde 100644 (file)
@@ -1422,6 +1422,7 @@ section #jotOpen {
     width: 20px;
 }
 
+/* wall-item content elements */
 .shared-wrapper,
 .vevent {
     padding: 10px;
@@ -1451,6 +1452,12 @@ blockquote.shared_content {
     margin-left: 0px;
     color: inherit;
 }
+code > .hl-main {
+    padding: 10px 10px 1px 0;
+}
+.hl-main ol {
+    line-height: 1.7;
+}
 .wall-item-tags,
 .itemedited {
     margin-top: 10px;
@@ -1500,7 +1507,7 @@ blockquote.shared_content {
 .wall-item-actions .button-likes {
     padding-left: 0px;
     padding-right: 0px;
-       text-transform: capitalize;
+    text-transform: capitalize;
 }
 
 /* wall item hover effects */