Line numbers on blob pages
This commit is contained in:
committed by
Hiltjo Posthuma
parent
3f77fb211d
commit
0a4451bc15
15
style.css
15
style.css
@@ -21,6 +21,15 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#blob a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#blob a:hover {
|
||||
color: blue;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table thead td {
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -29,10 +38,14 @@ table td {
|
||||
padding: 0 0.4em;
|
||||
}
|
||||
|
||||
#content table tr:hover td {
|
||||
#log tr:hover td, #files tr:hover td {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
td.num {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.desc {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user