Compare commits
No commits in common. "5d0e7e93a214d3d6a6091043423489e986d8cf81" and "fefb03c0e8c05f72f387a87c9e581b6f2255b19c" have entirely different histories.
5d0e7e93a2
...
fefb03c0e8
@ -1,6 +1,6 @@
|
||||
Name: almalinux-indexhtml
|
||||
Version: 10
|
||||
Release: 3%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Browser default start page for AlmaLinux
|
||||
Source0: index.html
|
||||
License: Distributable
|
||||
@ -35,9 +35,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> - 10-3
|
||||
- Update index.html to fix link on the logo.
|
||||
|
||||
* Wed Nov 06 2024 Sofia Boldyreva <sboldyreva@almalinux.org> - 10-2
|
||||
- Updated index.html
|
||||
|
||||
|
16
index.html
16
index.html
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user