diff --git a/Logo-Red_Hat.png b/Logo-Red_Hat.png new file mode 100644 index 0000000..c2fb196 Binary files /dev/null and b/Logo-Red_Hat.png differ diff --git a/RedHat_logo_110x70.png b/RedHat_logo_110x70.png deleted file mode 100644 index f2b7a1e..0000000 Binary files a/RedHat_logo_110x70.png and /dev/null differ diff --git a/index.html b/index.html index 7931036..e3e00a5 100644 --- a/index.html +++ b/index.html @@ -82,10 +82,7 @@

Documentation

-

Some documentation is available in the -Fedora Power Management Guide, -but it is incomplete and may not be up-to-date. New documentation -is being worked on.

+

The main documentation of TuneD is available here.

Some useful information can be also found in the TuneD presentation given during the DevConf 2019 in Brno.

@@ -108,7 +105,7 @@ individual authors from the git log who worked on the last release.

License

TuneD is distributed under the GNU General Public License version 2 or later: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html.

-

Red Hat logo

+

diff --git a/style.css b/style.css index 36e3555..156c22c 100644 --- a/style.css +++ b/style.css @@ -95,3 +95,7 @@ ul { /* Indent list elements both from the left and the right */ padding: 0 50px; } + +#rh-logo { + width: 200px; +}