mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
Refs #36528 -- Fixed link underline typo in CSS.
Regression in 792ca148a2.
This commit is contained in:
parent
8b229b4dbb
commit
3bd583f55b
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ a:not(
|
||||||
#header a,
|
#header a,
|
||||||
#nav-sidebar a,
|
#nav-sidebar a,
|
||||||
#content-main.app-list a,
|
#content-main.app-list a,
|
||||||
.object-tools a,
|
.object-tools a
|
||||||
) {
|
) {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue