]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
theme: Fix CSS coding style.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jan 2014 14:07:42 +0000 (15:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Jan 2014 14:07:42 +0000 (15:07 +0100)
html/html/themes/ipfire/include/css/style.css

index 80221b736cd5fe5cb21d7a646c772326c0b45948..44ab46a46f3576ae196a5a1dd3ca3aac5511d6d2 100644 (file)
@@ -16,53 +16,62 @@ html {
        height: 100%;
 }
 
-/* This decorates all tables with class="table" */
+/* This decorates all tables with class="tbl" */
 
 table {
        *border-collapse: collapse; /* IE7 and lower */
        border-spacing: 0;
 }
 
-.tbl th{
+.tbl th {
        color: #000000;
        font-size: 14px;
        border-top: 1px solid grey;
        border-bottom: 1px solid grey;
        background: #cccccc;
 }
-.tbl th:first-child{
+
+.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{
+
+.tbl th:only-child {
        border: 1px solid grey;
 }
 
-.tbl tr td:first-child{
+.tbl tr td:first-child {
        border-left: 1px solid grey;
 }
-.tbl tr td:last-child{
+
+.tbl tr td:last-child {
        border-right: 1px solid grey;
 }
-.tbl tr:first-child td:only-child{
+
+.tbl tr:first-child td:only-child {
        border-top: 1px solid grey;
 }
-.tbl tr:last-child td:only-child{
+
+.tbl tr:last-child td:only-child {
        border-bottom: 1px solid grey;
 }
-.tbl tr:last-child td:first-child{
+
+.tbl tr:last-child td:first-child {
        border-bottom: 1px solid grey;
 }
-.tbl tr:last-child td:last-child{
+
+.tbl tr:last-child td:last-child {
        border-bottom: 1px solid grey;
 }
-.tbl tr:last-child td{
+
+.tbl tr:last-child td {
        border-bottom: 1px solid grey;
 }