public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, fifteen, updated. 33c56b4f5853524a2c8dabc4d36ff602d6bf6314
Date: Wed, 08 Jan 2014 22:39:23 +0100	[thread overview]
Message-ID: <20140108213923.6A54020C2D@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4351 bytes --]

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  33c56b4f5853524a2c8dabc4d36ff602d6bf6314 (commit)
       via  918bacacbd707105f0c49f5fa0917d011bde0a7f (commit)
      from  2106b71eb555e29ff85d9bab0d1312642b730f59 (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 33c56b4f5853524a2c8dabc4d36ff602d6bf6314
Merge: 918baca 2106b71
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Jan 8 22:39:15 2014 +0100

    Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen

commit 918bacacbd707105f0c49f5fa0917d011bde0a7f
Author: Alexander Marx <amarx(a)ipfire.org>
Date:   Wed Jan 8 16:00:08 2014 +0100

    fifteen-theme: modified round theme for tables

-----------------------------------------------------------------------

Summary of changes:
 .../themes/ipfire/include/css/style-rounded.css    | 61 ++++------------------
 1 file changed, 9 insertions(+), 52 deletions(-)

Difference in files:
diff --git a/html/html/themes/ipfire/include/css/style-rounded.css b/html/html/themes/ipfire/include/css/style-rounded.css
index cfc7df5..f60f4f6 100644
--- a/html/html/themes/ipfire/include/css/style-rounded.css
+++ b/html/html/themes/ipfire/include/css/style-rounded.css
@@ -32,99 +32,56 @@ table {
 	border-spacing: 0;
 }
 
-.bordered th{
-	border-top: 1px solid grey;
-	border-bottom: 1px solid grey;
-	background: #cccccc;
-}
-
-.bordered th:first-child{
+.tbl th:first-child{
 	-moz-border-radius: 6px 0 0 0;
 	-webkit-border-radius: 6px 0 0 0;
 	border-radius: 6px 0 0 0;
-	border-left: 1px solid grey;
-	border-top: 1px solid grey;
-	border-bottom: 1px solid grey;
 }
 
-.bordered th:last-child {
+.tbl th:last-child {
 	-moz-border-radius: 0 6px 0 0;
 	-webkit-border-radius: 0 6px 0 0;
 	border-radius: 0 6px 0 0;
-	border-right: 1px solid grey;
-	border-top: 1px solid grey;
-	border-bottom: 1px solid grey;
 }
 
-.bordered th:only-child{
+.tbl th:only-child{
 	-moz-border-radius: 6px 6px 0 0;
 	-webkit-border-radius: 6px 6px 0 0;
 	border-radius: 6px 6px 0 0;
-	border: 1px solid grey;
 }
 
-.bordered tr:first-child td:first-child{
+.tbl tr:first-child td:first-child{
 	-moz-border-radius: 6px 0 0 0;
 	-webkit-border-radius: 6px 0 0 0;
 	border-radius: 6px 0 0 0;
-	border-left: 1px solid grey;
-	border-top: 1px solid grey;
 }
 
-.bordered tr:first-child td:last-child{
+.tbl tr:first-child td:last-child{
 	-moz-border-radius: 0 6px 0 0;
 	-webkit-border-radius: 0 6px 0 0;
 	border-radius: 0 6px 0 0;
-	border-top: 1px solid grey;
 }
 
-.bordered tr:first-child td:only-child{
+.tbl tr:first-child td:only-child{
 	-moz-border-radius: 6px 6px 0 0;
 	-webkit-border-radius: 6px 6px 0 0;
 	border-radius: 6px 6px 0 0;
-	border-left: 1px solid grey;
-	border-right: 1px solid grey;
-	border-top: 1px solid grey;
-}
-
-.bordered tr:first-child td{
-	border-top: 1px solid grey;
-}
-
-.bordered tr:last-child{
-	border-left: 1px solid grey;
-	border-right: 1px solid grey;
 }
 
-.bordered tr:last-child td:first-child {
+.tbl tr:last-child td:first-child {
 	-moz-border-radius: 0 0 0 6px;
 	-webkit-border-radius: 0 0 0 6px;
 	border-radius: 0 0 0 6px;
-	border-bottom: 1px solid grey;
 }
 
-.bordered tr:last-child td:last-child {
+.tbl tr:last-child td:last-child {
 	-moz-border-radius: 0 0 6px 0;
 	-webkit-border-radius: 0 0 6px 0;
 	border-radius: 0 0 6px 0;
-	border-bottom: 1px solid grey;
 }
 
-.bordered tr:last-child td:only-child {
+.tbl tr:last-child td:only-child {
 	-moz-border-radius: 0 0 6px 6px;
 	-webkit-border-radius: 0 0 6px 6px;
 	border-radius: 0 0 6px 6px;
-	border-bottom: 1px solid grey;
-}
-
-.bordered tr:last-child td {
-	border-bottom: 1px solid grey;
-}
-
-.bordered td:first-child {
-	border-left: 1px solid grey;
-}
-
-.bordered td:last-child {
-	border-right: 1px solid grey;
 }


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2014-01-08 21:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140108213923.6A54020C2D@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox