Compare commits

..

No commits in common. "55e661b40ae337318fd13d2739a6d6e0c5f7737a" and "e4679fbbaddb4960755d0829b0c87b071569d7b3" have entirely different histories.

2 changed files with 6 additions and 15 deletions

View File

@ -67,18 +67,12 @@
text-align: left;
}
a {
border: none;
outline: none;
box-shadow: none;
color: #017698;;
color: #017698;;
text-decoration: none;
}
a:hover, a:focus {
border: none;
outline: none;
box-shadow: none;
}
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>

View File

@ -1,6 +1,6 @@
Name: almalinux-indexhtml
Version: 9
Release: 4%{?dist}
Release: 3%{?dist}
Summary: Browser default start page for AlmaLinux
Source: index.html
License: Distributable
@ -37,9 +37,6 @@ 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.