B. Petersen 5 rokov pred
rodič
commit
87747df822
1 zmenil súbory, kde vykonal 5 pridanie a 2 odobranie
  1. 5 2
      deltachat-ios/Assets/Help/help.css

+ 5 - 2
deltachat-ios/Assets/Help/help.css

@@ -1,3 +1,8 @@
+body {
+    font-family: serif;
+    font-size: 300%;
+}
+
 a {
 a {
   text-decoration: none;
   text-decoration: none;
 }
 }
@@ -14,12 +19,10 @@ ul#top {
 
 
 ul#top > li {
 ul#top > li {
   font-weight: bold !important;
   font-weight: bold !important;
-  font-size: 1.2rem !important;
 }
 }
 
 
 ul#top li {
 ul#top li {
   margin-top: .7rem;
   margin-top: .7rem;
   margin-bottom: .7rem;
   margin-bottom: .7rem;
   font-weight: normal;
   font-weight: normal;
-  font-size: 1rem;
 }
 }