You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/10/05 02:56:59 UTC

[1/2] git commit: CSS tweaks.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f36b214ab -> 394475673


CSS tweaks.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a39abded
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a39abded
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a39abded

Branch: refs/heads/master
Commit: a39abdedcb763bddae3ea65692fef5dc2cdb53de
Parents: f36b214
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 19:47:22 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 19:47:22 2014 -0500

----------------------------------------------------------------------
 src/site/resources/css/bootstrap.css |  2 +-
 src/site/resources/css/site.css      | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/bootstrap.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/bootstrap.css b/src/site/resources/css/bootstrap.css
index 1b519e2..3ef47e1 100644
--- a/src/site/resources/css/bootstrap.css
+++ b/src/site/resources/css/bootstrap.css
@@ -882,7 +882,7 @@ pre {
 
 code {
   padding: 2px 4px;
-  color: #d14;
+  color: #d14; /* FIXME: red? really? */
   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
 }

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index fc5a069..3486b55 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -43,30 +43,30 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
 .nav-list li.nav-header { color: #333; }
 .nav-list li.nav-header i { margin-right: 5px; }
 
-.nav-list li a { background-repeat: no-repeat; background-position: 16px 9px; padding-left: 34px; }
+.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
 .nav-list li.collapsed > a { background-image: url(../images/collapsed.gif) }
 .nav-list li.expanded > a { background-image: url(../images/expanded.gif) }
 
-.nav-list li.expanded ul { list-style: none; margin-left: 0px; }
+.nav-list li.expanded ul { list-style: none; margin-left: 0; }
 .nav-list li.expanded li a { display: block; padding: 3px 15px 3px 45px; margin-left: -15px; margin-right: -15px; }
-.nav-list li.expanded li a:hover { text-decoration: none; background-color: #eeeeee; }
+.nav-list li.expanded li a:hover { text-decoration: none; background-color: #eee; }
 .nav-list li.expanded li.active a { background-color: #08C; color: white }
 
 .nav.nav-tabs { margin-bottom: 8px; }
 
 .content .section { margin-top: 20px; }
-.content .section:first-child { margin-top: 0px; }
+.content .section:first-child { margin-top: 0; }
 .section h2 { margin-bottom: 10px; }
 .section h3 { margin-bottom: 10px; }
 .section h4 { margin-bottom: 10px; }
 
-.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px; text-align: center; border-top: 1px solid #EEEEEE; }
+.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px; text-align: center; border-top: 1px solid #eee; }
 .footer p { font-size: 12px; margin: 0 }
 
 .table-not-wide { width: inherit;}
-.alert-heading { display: block; font-size: 14px; margin-bottom: 6px; font-weight: bold; } 
+.alert-heading { display: block; font-size: 14px; margin-bottom: 6px; font-weight: bold; }
 
-/* Pretty printing styles. Used with prettify.js. 
+/* Pretty printing styles. Used with prettify.js.
 ---------------------------------------------------- */
 .com { color: #93a1a1; }
 .lit { color: #195f91; }
@@ -82,7 +82,7 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
      -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
           box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
 }
-ol.linenums { margin: 0 0 0 33px; } 
+ol.linenums { margin: 0 0 0 33px; }
 ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px; text-shadow: 0 1px 0 #fff; }
 
 /* Additional styles.


[2/2] git commit: Add notes to runtime dependencies manual.

Posted by ma...@apache.org.
Add notes to runtime dependencies manual.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/39447567
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/39447567
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/39447567

Branch: refs/heads/master
Commit: 3944756730a5d34437ea7e19e136ec714be0037e
Parents: a39abde
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 19:56:58 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 19:56:58 2014 -0500

----------------------------------------------------------------------
 src/site/xdoc/runtime-dependencies.xml | 39 +++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/39447567/src/site/xdoc/runtime-dependencies.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml
index 444fcab..f4000a1 100644
--- a/src/site/xdoc/runtime-dependencies.xml
+++ b/src/site/xdoc/runtime-dependencies.xml
@@ -39,7 +39,7 @@
       <h4>log4j-core</h4>
       <p>
         The Log4J <a href="log4j-core/index.html">Implementation</a> has several optional
-        <a href="log4j-core/dependencies.html">dependencies</a>. 
+        <a href="log4j-core/dependencies.html">dependencies</a>.
         See the <a href="log4j-core/dependencies.html#Dependency_Tree">Dependency Tree</a> for the
         exact list of JAR files needed for these features.
       </p>
@@ -58,16 +58,20 @@
           <td><a href="https://github.com/FasterXML/jackson">Jackson Data Processor</a></td>
         </tr>
         <tr>
+          <td>YAML configuration</td>
+          <td><a href="https://github.com/FasterXML/jackson-dataformat-yaml">Jackson YAML data format</a></td>
+        </tr>
+        <tr>
           <td>Async Loggers</td>
           <td><a href="http://lmax-exchange.github.io/disruptor/">LMAX Disruptor</a></td>
         </tr>
         <tr>
-          <td>SMTPAppender</td>
-          <td>Javax Mail</td>
+          <td>SMTP Appender</td>
+          <td>an implementation of <code>javax.mail</code></td>
         </tr>
         <tr>
-          <td>JMSQueueAppender and JMSTopicAppender</td>
-          <td>a JMS implementation like <a href="http://activemq.apache.org/">Apache ActiveMQ</a></td>
+          <td>JMS Appender</td>
+          <td>a JMS broker like <a href="http://activemq.apache.org/">Apache ActiveMQ</a></td>
         </tr>
         <tr>
           <td>Windows color support</td>
@@ -89,7 +93,7 @@
       <h4>log4j-jcl</h4>
       <p>
         The <a href="log4j-jcl/index.html">Commons Logging Bridge</a> requires
-        <a href="http://commons.apache.org/proper/commons-logging/">Commons Logging</a>. See the 
+        <a href="http://commons.apache.org/proper/commons-logging/">Commons Logging</a>. See the
         <a href="log4j-jcl/dependencies.html#Dependency_Tree">Dependency Tree</a> for the exact
         list of JAR files needed.
       </p>
@@ -98,21 +102,28 @@
       <h4>log4j-1.2-api</h4>
       <p>
         The <a href="log4j-1.2-api/index.html">Log4j 1.2 Bridge</a> has no external dependencies.
+        This only requires the Log4j API and Log4j Core.
       </p>
 
       <a name="log4j-slf4j-impl" />
       <h4>log4j-slf4j-impl</h4>
       <p>
         The Log4j 2 <a href="log4j-slf4j-impl/index.html">SLF4J Binding</a> depends on the
-        <a href="http://www.slf4j.org/">SLF4J</a> API. See the 
+        <a href="http://www.slf4j.org/">SLF4J</a> API. See the
         <a href="log4j-slf4j-impl/dependencies.html#Dependency_Tree">Dependency Tree</a> for the exact
         list of JAR files needed.
       </p>
+      <p class="text-warning">
+        <i class="icon-exclamation-sign"/>
+        Do not use this with the <a href="#log4j-to-slf4j">log4j-to-slf4j</a> module.
+      </p>
 
       <a name="log4j-jul" />
       <h4>log4j-jul</h4>
       <p>
         The Log4j 2 <a href="log4j-jul/index.html">Java Util Logging Adapter</a> has no external dependencies.
+        It optionally depends on the <a href="log4j-api/index.html">Log4j Core</a> library. The only required module
+        is the Log4j API.
       </p>
 
       <a name="log4j-to-slf4j" />
@@ -122,12 +133,16 @@
         <a href="http://www.slf4j.org/">SLF4J</a> API and an SLF4J implementation. See the
         <a href="log4j-to-slf4j/dependencies.html#Dependency_Tree">Dependency Tree</a> for the exact list of JAR files needed.
       </p>
+      <p class="text-warning">
+        <i class="icon-exclamation-sign"/>
+        Do not use this with the <a href="#log4j-slf4j-impl">log4j-slf4j-impl</a> module.
+      </p>
 
       <a name="log4j-flume-ng" />
       <h4>log4j-flume-ng</h4>
       <p>
-        The <a href="log4j-flume-ng/index.html">Flume Next Gen Appender</a> requires
-        <a href="http://flume.apache.org/">Apache Flume</a> and <a href="http://avro.apache.org/">Avro</a>.
+        The <a href="log4j-flume-ng/index.html">Flume Appender</a> requires
+        <a href="http://flume.apache.org/">Apache Flume</a> and <a href="http://avro.apache.org/">Apache Avro</a>.
         The persistent agent uses Berkeley DB. See the
         <a href="log4j-flume-ng/dependencies.html#Dependency_Tree">Dependency Tree</a> for the exact list of JAR files needed.
       </p>
@@ -135,7 +150,7 @@
       <a name="log4j-taglib" />
       <h4>log4j-taglib</h4>
       <p>
-        The Log4j <a href="log4j-taglib/index.html">Log Tag Library</a> requires the 
+        The Log4j <a href="log4j-taglib/index.html">Log Tag Library</a> requires the
         <a href="http://jakarta.apache.org/taglibs/log/">Jakarta Commons Log Taglib</a> and the Servlet API. See the
         <a href="log4j-taglib/dependencies.html#Dependency_Tree">Dependency Tree</a> for the exact list of JAR files needed.
       </p>
@@ -153,13 +168,14 @@
       <p>
         The Log4j <a href="log4j-web/index.html">Web</a> module requires the Servlet API. See the
         <a href="log4j-web/dependencies.html#Dependency_Tree">Dependency Tree</a> for the exact list of JAR files needed.
+        Note that this works with the Servlet 2.5 API as well as the Servlet 3.x API.
       </p>
 
       <a name="log4j-nosql" />
       <h4>log4j-nosql</h4>
       <p>
         The Log4J <a href="log4j-nosql/index.html">NoSQL Appenders</a> module has several optional
-        <a href="log4j-nosql/dependencies.html">dependencies</a>. 
+        <a href="log4j-nosql/dependencies.html">dependencies</a>.
         See the <a href="log4j-nosql/dependencies.html#Dependency_Tree">Dependency Tree</a> for the
         exact list of JAR files needed for these features.
       </p>
@@ -179,6 +195,7 @@
       <h4>log4j-iostreams</h4>
       <p>
         The Log4j <a href="IO Streams/index.html">IO Streams</a> module has no external dependencies.
+        This only requires the Log4j API.
       </p>
 
     </section>


Re: [1/2] git commit: CSS tweaks.

Posted by Matt Sicker <bo...@gmail.com>.
Alright I'm gonna check those colors out and choose one. Then I can start
RC4.

On 5 October 2014 00:27, Gary Gregory <ga...@gmail.com> wrote:

> Maybe 152B55 or 061739
>
> See http://paletton.com/#uid=13J0u0kllllaFw0g0qFqFg0w0aF
>
> Gary
>
> On Sat, Oct 4, 2014 at 11:37 PM, Matt Sicker <bo...@gmail.com> wrote:
>
>> You got a hex code for that color? :)
>>
>> On 4 October 2014 22:10, Gary Gregory <ga...@gmail.com> wrote:
>>
>>>
>>> ---------- Forwarded message ----------
>>> From: <ma...@apache.org>
>>> Date: Sat, Oct 4, 2014 at 8:56 PM
>>> Subject: [1/2] git commit: CSS tweaks.
>>> To: commits@logging.apache.org
>>>
>>>
>>> Repository: logging-log4j2
>>> Updated Branches:
>>>   refs/heads/master f36b214ab -> 394475673
>>>
>>>
>>> CSS tweaks.
>>>
>>>
>>> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
>>> Commit:
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a39abded
>>> Tree:
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a39abded
>>> Diff:
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a39abded
>>>
>>> Branch: refs/heads/master
>>> Commit: a39abdedcb763bddae3ea65692fef5dc2cdb53de
>>> Parents: f36b214
>>> Author: Matt Sicker <ma...@apache.org>
>>> Authored: Sat Oct 4 19:47:22 2014 -0500
>>> Committer: Matt Sicker <ma...@apache.org>
>>> Committed: Sat Oct 4 19:47:22 2014 -0500
>>>
>>> ----------------------------------------------------------------------
>>>  src/site/resources/css/bootstrap.css |  2 +-
>>>  src/site/resources/css/site.css      | 16 ++++++++--------
>>>  2 files changed, 9 insertions(+), 9 deletions(-)
>>> ----------------------------------------------------------------------
>>>
>>>
>>>
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/bootstrap.css
>>> ----------------------------------------------------------------------
>>> diff --git a/src/site/resources/css/bootstrap.css
>>> b/src/site/resources/css/bootstrap.css
>>> index 1b519e2..3ef47e1 100644
>>> --- a/src/site/resources/css/bootstrap.css
>>> +++ b/src/site/resources/css/bootstrap.css
>>> @@ -882,7 +882,7 @@ pre {
>>>
>>>  code {
>>>    padding: 2px 4px;
>>> -  color: #d14;
>>> +  color: #d14; /* FIXME: red? really? */
>>>
>>> Yeah! What's up with that?!
>>>
>>> What about a nice mellow blue-gray?
>>>
>>> Gary
>>>
>>>
>>>    background-color: #f7f7f9;
>>>    border: 1px solid #e1e1e8;
>>>  }
>>>
>>>
>>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/site.css
>>> ----------------------------------------------------------------------
>>> diff --git a/src/site/resources/css/site.css
>>> b/src/site/resources/css/site.css
>>> index fc5a069..3486b55 100644
>>> --- a/src/site/resources/css/site.css
>>> +++ b/src/site/resources/css/site.css
>>> @@ -43,30 +43,30 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
>>>  .nav-list li.nav-header { color: #333; }
>>>  .nav-list li.nav-header i { margin-right: 5px; }
>>>
>>> -.nav-list li a { background-repeat: no-repeat; background-position:
>>> 16px 9px; padding-left: 34px; }
>>> +.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
>>>  .nav-list li.collapsed > a { background-image:
>>> url(../images/collapsed.gif) }
>>>  .nav-list li.expanded > a { background-image:
>>> url(../images/expanded.gif) }
>>>
>>> -.nav-list li.expanded ul { list-style: none; margin-left: 0px; }
>>> +.nav-list li.expanded ul { list-style: none; margin-left: 0; }
>>>  .nav-list li.expanded li a { display: block; padding: 3px 15px 3px
>>> 45px; margin-left: -15px; margin-right: -15px; }
>>> -.nav-list li.expanded li a:hover { text-decoration: none;
>>> background-color: #eeeeee; }
>>> +.nav-list li.expanded li a:hover { text-decoration: none;
>>> background-color: #eee; }
>>>  .nav-list li.expanded li.active a { background-color: #08C; color:
>>> white }
>>>
>>>  .nav.nav-tabs { margin-bottom: 8px; }
>>>
>>>  .content .section { margin-top: 20px; }
>>> -.content .section:first-child { margin-top: 0px; }
>>> +.content .section:first-child { margin-top: 0; }
>>>  .section h2 { margin-bottom: 10px; }
>>>  .section h3 { margin-bottom: 10px; }
>>>  .section h4 { margin-bottom: 10px; }
>>>
>>> -.footer { background-color: whitesmoke; padding: 15px; margin-top:
>>> 15px; text-align: center; border-top: 1px solid #EEEEEE; }
>>> +.footer { background-color: whitesmoke; padding: 15px; margin-top:
>>> 15px; text-align: center; border-top: 1px solid #eee; }
>>>  .footer p { font-size: 12px; margin: 0 }
>>>
>>>  .table-not-wide { width: inherit;}
>>> -.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
>>> font-weight: bold; }
>>> +.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
>>> font-weight: bold; }
>>>
>>> -/* Pretty printing styles. Used with prettify.js.
>>> +/* Pretty printing styles. Used with prettify.js.
>>>  ---------------------------------------------------- */
>>>  .com { color: #93a1a1; }
>>>  .lit { color: #195f91; }
>>> @@ -82,7 +82,7 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
>>>       -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
>>>            box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
>>>  }
>>> -ol.linenums { margin: 0 0 0 33px; }
>>> +ol.linenums { margin: 0 0 0 33px; }
>>>  ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px;
>>> text-shadow: 0 1px 0 #fff; }
>>>
>>>  /* Additional styles.
>>>
>>>
>>>
>>>
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> Java Persistence with Hibernate, Second Edition
>>> <http://www.manning.com/bauer3/>
>>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>>> Spring Batch in Action <http://www.manning.com/templier/>
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>>>
>>
>>
>>
>> --
>> Matt Sicker <bo...@gmail.com>
>>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <bo...@gmail.com>

Re: [1/2] git commit: CSS tweaks.

Posted by Gary Gregory <ga...@gmail.com>.
Maybe 152B55 or 061739

See http://paletton.com/#uid=13J0u0kllllaFw0g0qFqFg0w0aF

Gary

On Sat, Oct 4, 2014 at 11:37 PM, Matt Sicker <bo...@gmail.com> wrote:

> You got a hex code for that color? :)
>
> On 4 October 2014 22:10, Gary Gregory <ga...@gmail.com> wrote:
>
>>
>> ---------- Forwarded message ----------
>> From: <ma...@apache.org>
>> Date: Sat, Oct 4, 2014 at 8:56 PM
>> Subject: [1/2] git commit: CSS tweaks.
>> To: commits@logging.apache.org
>>
>>
>> Repository: logging-log4j2
>> Updated Branches:
>>   refs/heads/master f36b214ab -> 394475673
>>
>>
>> CSS tweaks.
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
>> Commit:
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a39abded
>> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a39abded
>> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a39abded
>>
>> Branch: refs/heads/master
>> Commit: a39abdedcb763bddae3ea65692fef5dc2cdb53de
>> Parents: f36b214
>> Author: Matt Sicker <ma...@apache.org>
>> Authored: Sat Oct 4 19:47:22 2014 -0500
>> Committer: Matt Sicker <ma...@apache.org>
>> Committed: Sat Oct 4 19:47:22 2014 -0500
>>
>> ----------------------------------------------------------------------
>>  src/site/resources/css/bootstrap.css |  2 +-
>>  src/site/resources/css/site.css      | 16 ++++++++--------
>>  2 files changed, 9 insertions(+), 9 deletions(-)
>> ----------------------------------------------------------------------
>>
>>
>>
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/bootstrap.css
>> ----------------------------------------------------------------------
>> diff --git a/src/site/resources/css/bootstrap.css
>> b/src/site/resources/css/bootstrap.css
>> index 1b519e2..3ef47e1 100644
>> --- a/src/site/resources/css/bootstrap.css
>> +++ b/src/site/resources/css/bootstrap.css
>> @@ -882,7 +882,7 @@ pre {
>>
>>  code {
>>    padding: 2px 4px;
>> -  color: #d14;
>> +  color: #d14; /* FIXME: red? really? */
>>
>> Yeah! What's up with that?!
>>
>> What about a nice mellow blue-gray?
>>
>> Gary
>>
>>
>>    background-color: #f7f7f9;
>>    border: 1px solid #e1e1e8;
>>  }
>>
>>
>> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/site.css
>> ----------------------------------------------------------------------
>> diff --git a/src/site/resources/css/site.css
>> b/src/site/resources/css/site.css
>> index fc5a069..3486b55 100644
>> --- a/src/site/resources/css/site.css
>> +++ b/src/site/resources/css/site.css
>> @@ -43,30 +43,30 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
>>  .nav-list li.nav-header { color: #333; }
>>  .nav-list li.nav-header i { margin-right: 5px; }
>>
>> -.nav-list li a { background-repeat: no-repeat; background-position: 16px
>> 9px; padding-left: 34px; }
>> +.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
>>  .nav-list li.collapsed > a { background-image:
>> url(../images/collapsed.gif) }
>>  .nav-list li.expanded > a { background-image:
>> url(../images/expanded.gif) }
>>
>> -.nav-list li.expanded ul { list-style: none; margin-left: 0px; }
>> +.nav-list li.expanded ul { list-style: none; margin-left: 0; }
>>  .nav-list li.expanded li a { display: block; padding: 3px 15px 3px 45px;
>> margin-left: -15px; margin-right: -15px; }
>> -.nav-list li.expanded li a:hover { text-decoration: none;
>> background-color: #eeeeee; }
>> +.nav-list li.expanded li a:hover { text-decoration: none;
>> background-color: #eee; }
>>  .nav-list li.expanded li.active a { background-color: #08C; color: white
>> }
>>
>>  .nav.nav-tabs { margin-bottom: 8px; }
>>
>>  .content .section { margin-top: 20px; }
>> -.content .section:first-child { margin-top: 0px; }
>> +.content .section:first-child { margin-top: 0; }
>>  .section h2 { margin-bottom: 10px; }
>>  .section h3 { margin-bottom: 10px; }
>>  .section h4 { margin-bottom: 10px; }
>>
>> -.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px;
>> text-align: center; border-top: 1px solid #EEEEEE; }
>> +.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px;
>> text-align: center; border-top: 1px solid #eee; }
>>  .footer p { font-size: 12px; margin: 0 }
>>
>>  .table-not-wide { width: inherit;}
>> -.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
>> font-weight: bold; }
>> +.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
>> font-weight: bold; }
>>
>> -/* Pretty printing styles. Used with prettify.js.
>> +/* Pretty printing styles. Used with prettify.js.
>>  ---------------------------------------------------- */
>>  .com { color: #93a1a1; }
>>  .lit { color: #195f91; }
>> @@ -82,7 +82,7 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
>>       -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
>>            box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
>>  }
>> -ol.linenums { margin: 0 0 0 33px; }
>> +ol.linenums { margin: 0 0 0 33px; }
>>  ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px;
>> text-shadow: 0 1px 0 #fff; }
>>
>>  /* Additional styles.
>>
>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [1/2] git commit: CSS tweaks.

Posted by Matt Sicker <bo...@gmail.com>.
You got a hex code for that color? :)

On 4 October 2014 22:10, Gary Gregory <ga...@gmail.com> wrote:

>
> ---------- Forwarded message ----------
> From: <ma...@apache.org>
> Date: Sat, Oct 4, 2014 at 8:56 PM
> Subject: [1/2] git commit: CSS tweaks.
> To: commits@logging.apache.org
>
>
> Repository: logging-log4j2
> Updated Branches:
>   refs/heads/master f36b214ab -> 394475673
>
>
> CSS tweaks.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a39abded
> Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a39abded
> Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a39abded
>
> Branch: refs/heads/master
> Commit: a39abdedcb763bddae3ea65692fef5dc2cdb53de
> Parents: f36b214
> Author: Matt Sicker <ma...@apache.org>
> Authored: Sat Oct 4 19:47:22 2014 -0500
> Committer: Matt Sicker <ma...@apache.org>
> Committed: Sat Oct 4 19:47:22 2014 -0500
>
> ----------------------------------------------------------------------
>  src/site/resources/css/bootstrap.css |  2 +-
>  src/site/resources/css/site.css      | 16 ++++++++--------
>  2 files changed, 9 insertions(+), 9 deletions(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/bootstrap.css
> ----------------------------------------------------------------------
> diff --git a/src/site/resources/css/bootstrap.css
> b/src/site/resources/css/bootstrap.css
> index 1b519e2..3ef47e1 100644
> --- a/src/site/resources/css/bootstrap.css
> +++ b/src/site/resources/css/bootstrap.css
> @@ -882,7 +882,7 @@ pre {
>
>  code {
>    padding: 2px 4px;
> -  color: #d14;
> +  color: #d14; /* FIXME: red? really? */
>
> Yeah! What's up with that?!
>
> What about a nice mellow blue-gray?
>
> Gary
>
>
>    background-color: #f7f7f9;
>    border: 1px solid #e1e1e8;
>  }
>
>
> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/site.css
> ----------------------------------------------------------------------
> diff --git a/src/site/resources/css/site.css
> b/src/site/resources/css/site.css
> index fc5a069..3486b55 100644
> --- a/src/site/resources/css/site.css
> +++ b/src/site/resources/css/site.css
> @@ -43,30 +43,30 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
>  .nav-list li.nav-header { color: #333; }
>  .nav-list li.nav-header i { margin-right: 5px; }
>
> -.nav-list li a { background-repeat: no-repeat; background-position: 16px
> 9px; padding-left: 34px; }
> +.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
>  .nav-list li.collapsed > a { background-image:
> url(../images/collapsed.gif) }
>  .nav-list li.expanded > a { background-image: url(../images/expanded.gif)
> }
>
> -.nav-list li.expanded ul { list-style: none; margin-left: 0px; }
> +.nav-list li.expanded ul { list-style: none; margin-left: 0; }
>  .nav-list li.expanded li a { display: block; padding: 3px 15px 3px 45px;
> margin-left: -15px; margin-right: -15px; }
> -.nav-list li.expanded li a:hover { text-decoration: none;
> background-color: #eeeeee; }
> +.nav-list li.expanded li a:hover { text-decoration: none;
> background-color: #eee; }
>  .nav-list li.expanded li.active a { background-color: #08C; color: white }
>
>  .nav.nav-tabs { margin-bottom: 8px; }
>
>  .content .section { margin-top: 20px; }
> -.content .section:first-child { margin-top: 0px; }
> +.content .section:first-child { margin-top: 0; }
>  .section h2 { margin-bottom: 10px; }
>  .section h3 { margin-bottom: 10px; }
>  .section h4 { margin-bottom: 10px; }
>
> -.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px;
> text-align: center; border-top: 1px solid #EEEEEE; }
> +.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px;
> text-align: center; border-top: 1px solid #eee; }
>  .footer p { font-size: 12px; margin: 0 }
>
>  .table-not-wide { width: inherit;}
> -.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
> font-weight: bold; }
> +.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
> font-weight: bold; }
>
> -/* Pretty printing styles. Used with prettify.js.
> +/* Pretty printing styles. Used with prettify.js.
>  ---------------------------------------------------- */
>  .com { color: #93a1a1; }
>  .lit { color: #195f91; }
> @@ -82,7 +82,7 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
>       -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
>            box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
>  }
> -ol.linenums { margin: 0 0 0 33px; }
> +ol.linenums { margin: 0 0 0 33px; }
>  ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px;
> text-shadow: 0 1px 0 #fff; }
>
>  /* Additional styles.
>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <bo...@gmail.com>

Fwd: [1/2] git commit: CSS tweaks.

Posted by Gary Gregory <ga...@gmail.com>.
---------- Forwarded message ----------
From: <ma...@apache.org>
Date: Sat, Oct 4, 2014 at 8:56 PM
Subject: [1/2] git commit: CSS tweaks.
To: commits@logging.apache.org


Repository: logging-log4j2
Updated Branches:
  refs/heads/master f36b214ab -> 394475673


CSS tweaks.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit:
http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a39abded
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a39abded
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a39abded

Branch: refs/heads/master
Commit: a39abdedcb763bddae3ea65692fef5dc2cdb53de
Parents: f36b214
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 19:47:22 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 19:47:22 2014 -0500

----------------------------------------------------------------------
 src/site/resources/css/bootstrap.css |  2 +-
 src/site/resources/css/site.css      | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/bootstrap.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/bootstrap.css
b/src/site/resources/css/bootstrap.css
index 1b519e2..3ef47e1 100644
--- a/src/site/resources/css/bootstrap.css
+++ b/src/site/resources/css/bootstrap.css
@@ -882,7 +882,7 @@ pre {

 code {
   padding: 2px 4px;
-  color: #d14;
+  color: #d14; /* FIXME: red? really? */

Yeah! What's up with that?!

What about a nice mellow blue-gray?

Gary

   background-color: #f7f7f9;
   border: 1px solid #e1e1e8;
 }

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a39abded/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css
b/src/site/resources/css/site.css
index fc5a069..3486b55 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -43,30 +43,30 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
 .nav-list li.nav-header { color: #333; }
 .nav-list li.nav-header i { margin-right: 5px; }

-.nav-list li a { background-repeat: no-repeat; background-position: 16px
9px; padding-left: 34px; }
+.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
 .nav-list li.collapsed > a { background-image:
url(../images/collapsed.gif) }
 .nav-list li.expanded > a { background-image: url(../images/expanded.gif) }

-.nav-list li.expanded ul { list-style: none; margin-left: 0px; }
+.nav-list li.expanded ul { list-style: none; margin-left: 0; }
 .nav-list li.expanded li a { display: block; padding: 3px 15px 3px 45px;
margin-left: -15px; margin-right: -15px; }
-.nav-list li.expanded li a:hover { text-decoration: none;
background-color: #eeeeee; }
+.nav-list li.expanded li a:hover { text-decoration: none;
background-color: #eee; }
 .nav-list li.expanded li.active a { background-color: #08C; color: white }

 .nav.nav-tabs { margin-bottom: 8px; }

 .content .section { margin-top: 20px; }
-.content .section:first-child { margin-top: 0px; }
+.content .section:first-child { margin-top: 0; }
 .section h2 { margin-bottom: 10px; }
 .section h3 { margin-bottom: 10px; }
 .section h4 { margin-bottom: 10px; }

-.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px;
text-align: center; border-top: 1px solid #EEEEEE; }
+.footer { background-color: whitesmoke; padding: 15px; margin-top: 15px;
text-align: center; border-top: 1px solid #eee; }
 .footer p { font-size: 12px; margin: 0 }

 .table-not-wide { width: inherit;}
-.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
font-weight: bold; }
+.alert-heading { display: block; font-size: 14px; margin-bottom: 6px;
font-weight: bold; }

-/* Pretty printing styles. Used with prettify.js.
+/* Pretty printing styles. Used with prettify.js.
 ---------------------------------------------------- */
 .com { color: #93a1a1; }
 .lit { color: #195f91; }
@@ -82,7 +82,7 @@ dt { margin: 15px 0 5px 0; font-size: 1.2em }
      -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
           box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
 }
-ol.linenums { margin: 0 0 0 33px; }
+ol.linenums { margin: 0 0 0 33px; }
 ol.linenums li { padding-left: 12px; color: #bebec5; line-height: 18px;
text-shadow: 0 1px 0 #fff; }

 /* Additional styles.




-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory