]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Fetch the author url and not the id.
[friendica.git] / view / global.css
index 604a1e44985f82164d41a4396d2cc1d386a4a42b..628bac7cfc3b3cf61736ba8f4d19544b7158f9c2 100644 (file)
@@ -84,6 +84,10 @@ span.connector {
   position: relative;
 }
 
+.embed_rich {
+  display: block;
+}
+
 /* Shared Messages */
 .shared_header {
   height: 32px;
@@ -129,7 +133,7 @@ blockquote.shared_content {
 
 /* headers */
 h1, h2, h3, h4, h5, h6 {
-  margin: 0px 0px 5px 0px;
+  margin: 5px 0px 5px 0px;
   font-weight: normal;
   line-height: normal;
   text-rendering: optimizelegibility;
@@ -158,3 +162,7 @@ h5 {
 h6 {
   font-size: 14.95px;
 }
+
+span.oembed, h4 {
+  margin: 0px 0px 0px 0px;
+}