Compare commits
No commits in common. "c456dce1cc8eab10fc5893bdd4de0e3385e2614b" and "2251fe66f5494a916fa47073a9126ec6a54ae1fc" have entirely different histories.
c456dce1cc
...
2251fe66f5
@ -67,17 +67,11 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
box-shadow: none;
|
|
||||||
color: #017698;;
|
color: #017698;;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
a:hover {
|
||||||
a:hover, a:focus {
|
text-decoration: underline;
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: almalinux-indexhtml
|
Name: almalinux-indexhtml
|
||||||
Version: 8
|
Version: 8
|
||||||
Release: 9%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Browser default start page for AlmaLinux
|
Summary: Browser default start page for AlmaLinux
|
||||||
Source: index.html
|
Source: index.html
|
||||||
License: Distributable
|
License: Distributable
|
||||||
@ -35,9 +35,6 @@ ln -sf en-US/index.html $RPM_BUILD_ROOT/%{_defaultdocdir}/HTML/index.html
|
|||||||
%{_defaultdocdir}/HTML/*
|
%{_defaultdocdir}/HTML/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 21 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 8-9
|
|
||||||
- Update index.html to fix link on the logo.
|
|
||||||
|
|
||||||
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 8-8
|
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 8-8
|
||||||
- Added updated index.html to sources.
|
- Added updated index.html to sources.
|
||||||
- Updated prep and install sections.
|
- Updated prep and install sections.
|
||||||
|
Loading…
Reference in New Issue
Block a user