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 b5890e73693cb323b115cf5245964177cb902f64 (commit) via 412a1f43ce7a91ef891a18991bbd865bfe150e4b (commit) via 9c9c9cb6134918b8a09bf35e6f01225ad8e39566 (commit) via d0c91170ca82e919432c56c13cc5b494a4e30693 (commit) via 7fbb77189640acfe14e77772e95fbea48c902353 (commit) via 1ada718c392cfdbe6c989ee44c15188f7f639f7b (commit) from 0f9894afa1e2c534f671c87efac4a1ec9997d637 (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 b5890e73693cb323b115cf5245964177cb902f64 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 11 13:06:00 2014 +0100
theme: Move table styles to bottom of the CSS file.
commit 412a1f43ce7a91ef891a18991bbd865bfe150e4b Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 11 13:04:45 2014 +0100
theme: Make table borders lighter.
commit 9c9c9cb6134918b8a09bf35e6f01225ad8e39566 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 11 13:03:06 2014 +0100
theme: Fix padding at the top of page header.
commit d0c91170ca82e919432c56c13cc5b494a4e30693 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 11 12:58:05 2014 +0100
theme: Change default font to DejaVu Sans.
commit 7fbb77189640acfe14e77772e95fbea48c902353 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 11 12:55:30 2014 +0100
theme: Change HTML doctype to HTML5.
This is really not valid HTML5 code, nor is it XHTML 1.1 Strict.
commit 1ada718c392cfdbe6c989ee44c15188f7f639f7b Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jan 11 12:51:21 2014 +0100
theme: Set width to 960px.
-----------------------------------------------------------------------
Summary of changes: html/html/themes/ipfire/include/css/style.css | 121 +++++++++++++------------- html/html/themes/ipfire/include/functions.pl | 2 +- 2 files changed, 62 insertions(+), 61 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 5ce2179..e33c6e1 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -2,7 +2,7 @@ /* This controls the width of the fixed width layouts */
.fixed { - width: 910px !important; + width: 960px !important; }
/* Basic Stuff */ @@ -16,64 +16,6 @@ html { height: 100%; }
-/* This decorates all tables with class="tbl" */ - -table { - *border-collapse: collapse; /* IE7 and lower */ - border-spacing: 0; -} - -.tbl th { - color: #000000; - border-top: 1px solid grey; - border-bottom: 1px solid grey; - background: #cccccc; -} - -.tbl th:first-child { - border-left: 1px solid grey; - border-top: 1px solid grey; - border-bottom: 1px solid grey; -} - -.tbl th:last-child { - border-right: 1px solid grey; - border-top: 1px solid grey; - border-bottom: 1px solid grey; -} - -.tbl th:only-child { - border: 1px solid grey; -} - -.tbl tr td:first-child { - border-left: 1px solid grey; -} - -.tbl tr td:last-child { - border-right: 1px solid grey; -} - -.tbl tr:first-child td:only-child { - border-top: 1px solid grey; -} - -.tbl tr:last-child td:only-child { - border-bottom: 1px solid grey; -} - -.tbl tr:last-child td:first-child { - border-bottom: 1px solid grey; -} - -.tbl tr:last-child td:last-child { - border-bottom: 1px solid grey; -} - -.tbl tr:last-child td { - border-bottom: 1px solid grey; -} - body { /* SVG as background image (IE9/Chrome/Safari/Opera) */ background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjODgwNDAwIiBvZmZzZXQ9IjU3JSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODQpIiAvPgo8L3N2Zz4=); @@ -113,7 +55,7 @@ body { background-attachment: fixed;
font-size: 9pt; - font-family: "trebuchet ms", helvetica, sans-serif; + font-family: "DejaVu Sans", Helvetica, sans-serif; }
@@ -180,6 +122,7 @@ iframe { color: #fff; font-size: 3.6em; font-weight: bold; + padding-top: 0.2em; padding-left: 1.7em; }
@@ -318,3 +261,61 @@ input.text { #cssmenu .has-sub ul li:hover a { background: #dddddd; } + +/* This decorates all tables with class="tbl" */ + +table { + *border-collapse: collapse; /* IE7 and lower */ + border-spacing: 0; +} + +.tbl th { + color: #000000; + border-top: 1px solid lightgrey; + border-bottom: 1px solid lightgrey; + background: #cccccc; +} + +.tbl th:first-child { + border-left: 1px solid lightgrey; + border-top: 1px solid lightgrey; + border-bottom: 1px solid lightgrey; +} + +.tbl th:last-child { + border-right: 1px solid lightgrey; + border-top: 1px solid lightgrey; + border-bottom: 1px solid lightgrey; +} + +.tbl th:only-child { + border: 1px solid lightgrey; +} + +.tbl tr td:first-child { + border-left: 1px solid lightgrey; +} + +.tbl tr td:last-child { + border-right: 1px solid lightgrey; +} + +.tbl tr:first-child td:only-child { + border-top: 1px solid lightgrey; +} + +.tbl tr:last-child td:only-child { + border-bottom: 1px solid lightgrey; +} + +.tbl tr:last-child td:first-child { + border-bottom: 1px solid lightgrey; +} + +.tbl tr:last-child td:last-child { + border-bottom: 1px solid lightgrey; +} + +.tbl tr:last-child td { + border-bottom: 1px solid lightgrey; +} diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 0ead967..44ed9b7 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -120,7 +120,7 @@ sub openpage { }
print <<END; -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html> <html> <head> <title>$headline - $title</title>
hooks/post-receive -- IPFire 2.x development tree