doc/css: no outline for a[name]
I'd however prefer to have them in the h1 tag. Or even around the h1, that's legal since HTML5. Or, best variant: an id on the element. A common prefix, and no worries about duplicates: we never show content in multiple columns.
This commit is contained in:
parent
5324875ab6
commit
2f8f3fdd90
|
@ -25,6 +25,10 @@ table {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
a[name]:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 0.25rem;
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in New Issue