Updated index.html to fix link on the logo
This commit is contained in:
parent
e4679fbbad
commit
b8c0a742e3
@ -67,11 +67,17 @@
|
||||
text-align: left;
|
||||
}
|
||||
a {
|
||||
border: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
color: #017698;;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
|
||||
a:hover, a:focus {
|
||||
border: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: almalinux-indexhtml
|
||||
Version: 9
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Browser default start page for AlmaLinux
|
||||
Source: index.html
|
||||
License: Distributable
|
||||
@ -37,6 +37,9 @@ ln -sf en-US/index.html $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/index.html
|
||||
%{_defaultdocdir}/HTML/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 21 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 9-4
|
||||
- Update index.html to fix link on the logo.
|
||||
|
||||
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 9-3
|
||||
- Added updated index.html to sources.
|
||||
- Updated prep and install sections.
|
||||
|
Loading…
Reference in New Issue
Block a user