You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jm...@apache.org on 2020/01/16 01:24:44 UTC

[incubator] branch master updated: update font size to something more readable

This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator.git


The following commit(s) were added to refs/heads/master by this push:
     new 10a8f63  update font size to something more readable
10a8f63 is described below

commit 10a8f63f7d8d312ee6e4b1abce030185816e0cce
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Thu Jan 16 12:24:35 2020 +1100

    update font size to something more readable
---
 assets/css/base.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/css/base.css b/assets/css/base.css
index d0e56f2..cdce8e8 100644
--- a/assets/css/base.css
+++ b/assets/css/base.css
@@ -5,6 +5,7 @@ html,
 body {
   height: 100%;
   /* The html and body elements cannot have any padding or margin. */
+  font-size: 15pt;
 }
 
 /* Wrapper for page content to push down footer */
@@ -50,4 +51,4 @@ body {
 
 /*code {
   font-size: 80%;
-}*/
\ No newline at end of file
+}*/


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org