Repository: incubator-juneau-website
Updated Branches:
  refs/heads/asf-site fe60c2027 -> 888884447


Fix typo.

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/88888444
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/88888444
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/88888444

Branch: refs/heads/asf-site
Commit: 888884447d8730c49ea2ef5a9e4d278ac796768f
Parents: fe60c20
Author: JamesBognar <[email protected]>
Authored: Fri Feb 10 13:22:50 2017 -0500
Committer: JamesBognar <[email protected]>
Committed: Fri Feb 10 13:22:50 2017 -0500

----------------------------------------------------------------------
 content/site/apidocs/overview-summary.html     | 2 +-
 content/site/apidocs/resources/juneau-code.css | 4 ++--
 content/styles/juneau-code.css                 | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/88888444/content/site/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/overview-summary.html 
b/content/site/apidocs/overview-summary.html
index ea69a5b..0abf355 100644
--- a/content/site/apidocs/overview-summary.html
+++ b/content/site/apidocs/overview-summary.html
@@ -1153,7 +1153,7 @@
          <jk>this</jk>.<jf>value2</jf> = value2;
       }
       
-      <jc>// Special swap method that converts this template to a serializable 
bean,
+      <jc>// Special swap method that converts this template to a serializable 
bean</jc>
       <jk>public</jk> Form swap(BeanSession session) {
          <jk>return</jk> <jsm>form</jsm>(<jf>action</jf>,
             
<jsm>input</jsm>(<js>"text"</js>).name(<js>"v1"</js>).value(<jf>value1</jf>),

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/88888444/content/site/apidocs/resources/juneau-code.css
----------------------------------------------------------------------
diff --git a/content/site/apidocs/resources/juneau-code.css 
b/content/site/apidocs/resources/juneau-code.css
index f48f7cd..3db6880 100644
--- a/content/site/apidocs/resources/juneau-code.css
+++ b/content/site/apidocs/resources/juneau-code.css
@@ -101,8 +101,8 @@ jd { color: #3f5fbf; }
 jt { color: #7f9fbf; font-weight: bold; }
 jk { color: #7f0055; font-weight: bold; }
 js { color: blue; }
-jf { color: blue; }
-jsf { color: blue; font-style: italic; }
+jf { color: DarkBlue; }
+jsf { color: DarkBlue; font-style: italic; }
 jsm { font-style: italic; }
 ja { color: grey; }
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/88888444/content/styles/juneau-code.css
----------------------------------------------------------------------
diff --git a/content/styles/juneau-code.css b/content/styles/juneau-code.css
index f48f7cd..3db6880 100644
--- a/content/styles/juneau-code.css
+++ b/content/styles/juneau-code.css
@@ -101,8 +101,8 @@ jd { color: #3f5fbf; }
 jt { color: #7f9fbf; font-weight: bold; }
 jk { color: #7f0055; font-weight: bold; }
 js { color: blue; }
-jf { color: blue; }
-jsf { color: blue; font-style: italic; }
+jf { color: DarkBlue; }
+jsf { color: DarkBlue; font-style: italic; }
 jsm { font-style: italic; }
 ja { color: grey; }
 

Reply via email to