]> git.mxchange.org Git - friendica.git/commitdiff
Improved the margins of the headers
authorMichael Vogel <icarus@dabo.de>
Sat, 7 Mar 2015 20:12:18 +0000 (21:12 +0100)
committerMichael Vogel <icarus@dabo.de>
Sat, 7 Mar 2015 20:12:18 +0000 (21:12 +0100)
view/global.css

index 604a1e44985f82164d41a4396d2cc1d386a4a42b..c61ded6ae85ab797d7191077d3f161abeef84dcc 100644 (file)
@@ -129,7 +129,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 +158,7 @@ h5 {
 h6 {
   font-size: 14.95px;
 }
+
+span.oembed, h4 {
+  margin: 0px 0px 0px 0px;
+}