gitweb: Replace some presentational HTML by CSS
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
7c27801473
commit
63e4220b75
@ -42,6 +42,7 @@ div.page_nav a:visited {
|
||||
|
||||
div.page_path {
|
||||
padding: 8px;
|
||||
font-weight: bold;
|
||||
border: solid #d9d8d1;
|
||||
border-width: 0px 0px 1px;
|
||||
}
|
||||
@ -120,7 +121,7 @@ a.list {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a.subject {
|
||||
a.subject, a.name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user