This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, fifteen has been updated via 0f9894afa1e2c534f671c87efac4a1ec9997d637 (commit) from f64223d9ec9f2b0aa57ab4fae8680039de212d30 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0f9894afa1e2c534f671c87efac4a1ec9997d637 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 11 12:45:04 2014 +0100
theme: Fix size and colouring of the headlines.
-----------------------------------------------------------------------
Summary of changes: html/html/themes/ipfire/include/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index aa7bd16..5ce2179 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -124,7 +124,7 @@ h1, h2, h3, h4, h5, h6 { text-align: left; }
-h2, h3, h4, h5, h6 { +h1 { color: #66000F; }
@@ -223,7 +223,7 @@ iframe {
#main_inner .post h2 { border-bottom: dotted 1px #e1e1e1; - font-size: 0.8em; + font-size: 1.6em; margin-bottom: 1em; }
hooks/post-receive -- IPFire 2.x development tree