|
From: | Shigio YAMAGUCHI |
Subject: | Re: CSS enhancements |
Date: | Wed, 23 Oct 2013 18:55:35 +0900 |
(1) The first problem is when we jump to a specific line in a file
(using anchor). The browser adjusts the view so that the line is at
the top, but if the line is close to the end of the file, this doesn't
quite work. It's a known problem. The solution is to highlight the
line number, e.g. by doing:
a:target { background: yellow }
(2) The second problem is when we browse many files. The titles in the
...
The solution is simple: make the filename clearly shown in the page
itself. Currently, the <h2> header (which contains the filename)
[Prev in Thread] | Current Thread | [Next in Thread] |