[pkg-java-blog] 01/01: Adjusted the size of the headers
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 28 13:46:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository pkg-java-blog.
commit e45ce114573b9a049879eb2070fd025b11973bf6
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Apr 28 15:46:23 2016 +0200
Adjusted the size of the headers
---
content/2016/whats-new-since-jessie.md | 6 +++---
theme-bits/static/style.css | 13 ++++++++++++-
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/content/2016/whats-new-since-jessie.md b/content/2016/whats-new-since-jessie.md
index 8d662a7..5d5cb20 100644
--- a/content/2016/whats-new-since-jessie.md
+++ b/content/2016/whats-new-since-jessie.md
@@ -33,7 +33,7 @@ the next release. Here is a quick summary of the current state of the Java packa
* New packaging tools have been created to work with Gradle (gradle-debian-helper)
and Ivy (ivy-debian-helper).
-### Outlook, goals and request for help
+## Outlook, goals and request for help
* We have several difficult transitions ahead: BND 3, BouncyCastle 1.54,
Tomcat 7 to 8, Jetty 8 to 9, ASM 5, and of course Java 9. Some help would
@@ -54,7 +54,7 @@ the next release. Here is a quick summary of the current state of the Java packa
your suggestions to debian-java at lists.debian.org or chat with us on IRC at
irc.debian.org, #debian-java.
-### Java and Friends
+## Java and Friends
* The Java Team is not the only one who maintains Java software in Debian.
[DebianMed](https://wiki.debian.org/DebianMed),
@@ -63,7 +63,7 @@ the next release. Here is a quick summary of the current state of the Java packa
helping the Java Team and working together you can automatically improve
multiple fields of application at once.
-### Package updates
+## Package updates
The packages listed below detail the changes in jessie-backports and testing.
Libraries and Debian specific tools have been excluded.
diff --git a/theme-bits/static/style.css b/theme-bits/static/style.css
index 3628a8a..0ebed8c 100644
--- a/theme-bits/static/style.css
+++ b/theme-bits/static/style.css
@@ -9,7 +9,7 @@ body {
}
p {
- padding: 0.3em 0;
+ /*padding: 0.3em 0;*/
}
a:link {
@@ -74,10 +74,21 @@ pre {
clear: both;
}
+.content-title {
+ margin-bottom: 2em;
+}
+
.article h1 {
color: #C70038;
}
+.article h2 {
+ font-size: 120%;
+}
+
+.article h3 {
+ font-size: 110%;
+}
.lateral h1 {
font-size: 15px;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-blog.git
More information about the pkg-java-commits
mailing list