]> git.mxchange.org Git - friendica.git/commitdiff
add some '@media handheld' types for dispys
authorSimon L'nu <simon.lnu@gmail.com>
Sun, 11 Mar 2012 14:24:49 +0000 (10:24 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Sun, 11 Mar 2012 14:24:49 +0000 (10:24 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/style.css
view/theme/dispy/style.css

index 5a07218bf247da5f9533351ce0804888ba37c39c..8e59b151dc8053e0626e459677516845cb983020 100644 (file)
@@ -42,7 +42,7 @@ html {
 }
 body {
     margin: 0;
-    font-size: 16px;
+    font-size: 12pt;
     line-height: 1.1em;
 }
 body, button, input, select, textarea {
@@ -2638,3 +2638,9 @@ footer {
     display: inline-block;
 }
 
+
+@media handheld {
+       body {
+               font-size: 15pt;
+       }
+}
index 1bee0396cdb92891401cd29cf1893653a7af6c9d..8081bfc281bed7a6efc6e694ccb641a6effec0af 100644 (file)
@@ -2643,3 +2643,10 @@ footer {
     display: inline-block;
 }
 
+
+@media handheld {
+    body {
+        font-size: 15pt;
+    }
+}
+