Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Use ch as unit of width in search results. (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmers authored and erikrose committed Jun 30, 2016
1 parent 21c456d commit de555d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dxr/static_unhashed/css/dxr.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ code a {
.file td:first-child {
text-align: right;
color: #555;
width: 6ex;
width: 6.5ch;
}
.results a {
cursor: pointer;
Expand All @@ -216,7 +216,7 @@ code a {
}
.result_line, .result-head {
position: relative;
padding-left: 60px;
padding-left: 9ch;
}
.result_line {
padding-top: 5px;
Expand All @@ -236,7 +236,7 @@ code a {
left: 0px;
}
.result_line .left-column {
left: 1.5ex;
left: 1ch;
}
.leftmost-column > span:hover
{
Expand Down

0 comments on commit de555d9

Please sign in to comment.