Discussion:
[1/2] git commit: CSS tweaks.
Gary Gregory
2014-10-05 03:10:39 UTC
Permalink
---------- Forwarded message ----------
From: <***@apache.org>
Date: Sat, Oct 4, 2014 at 8:56 PM
Subject: [1/2] git commit: CSS tweaks.
To: ***@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 <***@apache.org>
Authored: Sat Oct 4 19:47:22 2014 -0500
Committer: Matt Sicker <***@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: ***@gmail.com | ***@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
2014-10-05 03:37:13 UTC
Permalink
You got a hex code for that color? :)
Post by Gary Gregory
---------- Forwarded message ----------
Date: Sat, Oct 4, 2014 at 8:56 PM
Subject: [1/2] git commit: CSS tweaks.
Repository: logging-log4j2
refs/heads/master f36b214ab -> 394475673
CSS tweaks.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
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
Authored: Sat Oct 4 19:47:22 2014 -0500
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; }
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.
--
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 <***@gmail.com>
Gary Gregory
2014-10-05 05:27:21 UTC
Permalink
Maybe 152B55 or 061739

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

Gary
Post by Matt Sicker
You got a hex code for that color? :)
Post by Gary Gregory
---------- Forwarded message ----------
Date: Sat, Oct 4, 2014 at 8:56 PM
Subject: [1/2] git commit: CSS tweaks.
Repository: logging-log4j2
refs/heads/master f36b214ab -> 394475673
CSS tweaks.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
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
Authored: Sat Oct 4 19:47:22 2014 -0500
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; }
url(../images/collapsed.gif) }
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.
--
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
--
--
E-Mail: ***@gmail.com | ***@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
2014-10-06 21:51:30 UTC
Permalink
Alright I'm gonna check those colors out and choose one. Then I can start
RC4.
Post by Gary Gregory
Maybe 152B55 or 061739
See http://paletton.com/#uid=13J0u0kllllaFw0g0qFqFg0w0aF
Gary
Post by Matt Sicker
You got a hex code for that color? :)
Post by Gary Gregory
---------- Forwarded message ----------
Date: Sat, Oct 4, 2014 at 8:56 PM
Subject: [1/2] git commit: CSS tweaks.
Repository: logging-log4j2
refs/heads/master f36b214ab -> 394475673
CSS tweaks.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a39abded
http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a39abded
http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a39abded
Branch: refs/heads/master
Commit: a39abdedcb763bddae3ea65692fef5dc2cdb53de
Parents: f36b214
Authored: Sat Oct 4 19:47:22 2014 -0500
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; }
16px 9px; padding-left: 34px; }
+.nav-list li a { background: no-repeat 16px 9px; padding-left: 34px; }
url(../images/collapsed.gif) }
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; }
15px; text-align: center; border-top: 1px solid #EEEEEE; }
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.
--
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
--
--
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 <***@gmail.com>
Loading...