]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Use lower-case css selectors.
authorAndre Noll <maan@systemlinux.org>
Sat, 17 Aug 2013 19:00:54 +0000 (21:00 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:53 +0000 (19:47 +0200)
In para.css most css element selectors were in upper case, while
gitweb.css used lower case selectors. This patch makes the two
consistent.

web/para.css

index 98c47344eb47b39c3556865876e2b35f4f44ef9d..bc9e5b083109d1cfa25370bc6d10cb14045fb32d 100644 (file)
@@ -1,13 +1,13 @@
-BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
+body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
        font-family: sans-serif;
 }
 
-CAPTION { font-weight: bold }
+caption { font-weight: bold }
 
 /* doxgen */
 
 /* Data structure index. Box with clickable letters */
-DIV.qindex {
+div.qindex {
        width: 100%;
        background-color: #000055;
        border: 1px solid #ffff00;
@@ -18,64 +18,64 @@ DIV.qindex {
 }
 
 /* Data structure index, clickable letters */
-A.qindex {
+a.qindex {
        text-decoration: none;
        font-weight: bold;
        color: #cc3322;
 }
 
-A.qindex:visited {
+a.qindex:visited {
        text-decoration: none;
        font-weight: bold;
        color: #cc3322
 }
 
-A.qindex:hover {
+a.qindex:hover {
        text-decoration: none;
        background-color: #ffff00;
 }
 
-A.el {
+a.el {
        text-decoration: none;
        font-weight: bold
 }
 
-A.elRef { font-weight: bold }
+a.elRef { font-weight: bold }
 
-A.code:link {
+a.code:link {
        text-decoration: none;
        font-weight: normal;
        color: #BA3708
 }
 
-A.code:visited {
+a.code:visited {
        text-decoration: none;
        font-weight: normal;
        color: #BA3708
 }
 
-A.codeRef:link {
+a.codeRef:link {
        font-weight: normal;
        color: #BA3708
 }
 
-A.codeRef:visited {
+a.codeRef:visited {
        font-weight: normal;
        color: #BA3708
 }
 
-A:hover {
+a:hover {
        text-decoration: none;
        background-color: #ffff00
 }
 
-DL.el { margin-left: -1cm }
+dl.el { margin-left: -1cm }
 .fragment {
        font-family: Fixed, monospace;
        font-size: 95%;
 }
 
-PRE.fragment {
+pre.fragment {
        border: 1px solid #CCCCCC;
        background-color: #351505;
        margin-top: 4px;
@@ -89,7 +89,7 @@ PRE.fragment {
 }
 
 /* data structures non-clickable letters */
-DIV.ah {
+div.ah {
        background-color: black;
        font-weight: bold;
        color: #cccccc;
@@ -97,20 +97,20 @@ DIV.ah {
        margin-top: 3px
 }
 
-DIV.groupHeader {
+div.groupHeader {
        margin-left: 16px;
        margin-top: 12px;
        margin-bottom: 6px;
        font-weight: bold;
 }
 
-DIV.groupText {
+div.groupText {
        margin-left: 16px;
        font-style: italic;
        font-size: 90%
 }
 
-BODY {
+body {
        background: black;
        color: #bbbbbb;
        margin-right: 20px;
@@ -118,7 +118,7 @@ BODY {
 }
 
 /* File list */
-TD.indexkey {
+td.indexkey {
        background-color: #000055;
        font-weight: bold;
        padding-right  : 10px;
@@ -132,7 +132,7 @@ TD.indexkey {
        border: 1px solid #ffff00;
 }
 
-TD.indexvalue {
+td.indexvalue {
        background-color: #000055;
        font-style: italic;
        padding-right  : 10px;
@@ -146,12 +146,12 @@ TD.indexvalue {
        border: 1px solid #ffff00;
 }
 
-TR.memlist {
+tr.memlist {
    background-color: #112244;
 }
-P.formulaDsp { text-align: center; }
-IMG.formulaDsp { }
-IMG.formulaInl { vertical-align: middle; }
+p.formulaDsp { text-align: center; }
+img.formulaDsp { }
+img.formulaInl { vertical-align: middle; }
 
 /* Overwiew on top of page for *.c file */
 
@@ -198,19 +198,19 @@ IMG.formulaInl { vertical-align: middle; }
        font-weight: bold;
 }
 
-FORM.search {
+form.search {
        margin-bottom: 0px;
        margin-top: 0px;
 }
 
-INPUT.search {
+input.search {
        font-size: 75%;
        color: #800000;
        font-weight: normal;
        background-color: #000000;
 }
 
-TD.tiny {
+td.tiny {
        font-size: 75%;
 }
 
@@ -228,12 +228,12 @@ a:visited {
           border: 1px solid #84b007;
 }
 
-TH.dirtab {
+th.dirtab {
        background: #080e02;
        font-weight: bold;
 }
 
-HR {
+hr {
        height: 1px;
        border: none;
        border-top: 1px solid yellow;