mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 08:28:42 +00:00
cgit.css: make it validate
This fixes a few validation-issues in the css. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
c83db796a1
commit
849f0f0f02
15
cgit.css
15
cgit.css
@ -1,6 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: arial;
|
font-family: arial, sans-serif;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
|
color: black;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -114,15 +115,17 @@ td#crumb {
|
|||||||
|
|
||||||
td#crumb a {
|
td#crumb a {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
background-color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
td#crumb a:hover {
|
td#crumb a:hover {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
|
background-color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
td#search {
|
td#search {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
vertical-align: center;
|
vertical-align: middle;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -287,7 +290,7 @@ table.diffstat td.upd a {
|
|||||||
|
|
||||||
table.diffstat td.graph {
|
table.diffstat td.graph {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
vertical-align: center;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diffstat td.graph table {
|
table.diffstat td.graph table {
|
||||||
@ -308,10 +311,6 @@ table.diffstat td.graph td.rem {
|
|||||||
background-color: #c55;
|
background-color: #c55;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diffstat td.graph td.none {
|
|
||||||
background-color: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.diffstat-summary {
|
div.diffstat-summary {
|
||||||
color: #888;
|
color: #888;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
@ -340,7 +339,7 @@ table.diff td div.del {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sha1 {
|
.sha1 {
|
||||||
font-family: courier;
|
font-family: monospace;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user