]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Issue 6394: The contact location has to be BBEncoded
[friendica.git] / view / global.css
index cea6c51036bd11da370b2083121c55197c00da7c..48755b89dcbeee586fc8a14caf8ff0ea05115d19 100644 (file)
@@ -247,15 +247,7 @@ span.oembed, h4 {
   margin: 0px 0px 0px 0px;
 }
 
-code {
-  display: block;
-  background-color: #eee;
-  color: #666;
-  padding: 1em;
-  font-size: 0.85em;
-  font-family: monospace;
-}
-key {
+code, key {
   display: inline;
   background-color: #eee;
   color: #666;
@@ -610,3 +602,8 @@ img.invalid-src:after { vertical-align: top;}
 #register-explicid-content {
   font-weight: bold;
 }
+
+span.emoji.mastodon img {
+  height: 1.2em;
+  vertical-align: middle;
+}