You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/02/21 16:31:23 UTC

incubator-juneau-website git commit: Reduce font size on pages.

Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site 4ae65aff1 -> 5fe26d593


Reduce font size on pages.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/5fe26d59
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/5fe26d59
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/5fe26d59

Branch: refs/heads/asf-site
Commit: 5fe26d593633111b5b6598e88c46d87b52b01106
Parents: 4ae65af
Author: JamesBognar <ja...@apache.org>
Authored: Tue Feb 21 11:31:20 2017 -0500
Committer: JamesBognar <ja...@apache.org>
Committed: Tue Feb 21 11:31:20 2017 -0500

----------------------------------------------------------------------
 content/community.html        | 4 ++--
 content/styles/juneau-doc.css | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5fe26d59/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index 11da650..0b4adac 100644
--- a/content/community.html
+++ b/content/community.html
@@ -53,9 +53,9 @@
 		<tr class='light'><td>Stian Soiland-Reyes</td><td>Mentor</td><td>stain</td><tr>
 		<tr class='dark'><td>James Bognar</td><td>Committer</td><td>jamesbognar</td><tr>
 		<tr class='light'><td>Peter Haumer</td><td>Committer</td><td>phaumer</td><tr>
-		<tr class='dark'><td>Craig Chaney</td><td>Committer</td><td></td><tr>
-		<tr class='light'><td>Min Idzelis</td><td>Committer</td><td></td><tr>
 		<tr class='dark'><td>David M Goddard</td><td>Committer</td><td></td><tr>
+		<tr class='light'><td>Craig Chaney</td><td>Committer</td><td></td><tr>
+		<tr class='dark'><td>Min Idzelis</td><td>Committer</td><td></td><tr>
 		<tr class='light'><td>Brian Laskey</td><td>Committer</td><td></td><tr>
 	</table>
 </body>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5fe26d59/content/styles/juneau-doc.css
----------------------------------------------------------------------
diff --git a/content/styles/juneau-doc.css b/content/styles/juneau-doc.css
index c3a8273..751093e 100644
--- a/content/styles/juneau-doc.css
+++ b/content/styles/juneau-doc.css
@@ -33,7 +33,7 @@
  *	<property> - A property.
  **********************************************************************************/
 
-body { font-family: sans-serif; }
+body { font-family: sans-serif; font-size: small; }
 
 property {
 	font-size: 9pt;