diff --git a/docs/_config.yml b/docs/_config.yml index fc4b061..5c8a633 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -50,4 +50,6 @@ theme: jekyll-theme-slate download: win_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.Setup.exe mac_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/F-Chat.Rising.dmg + linux_url: https://github.com/mrstallion/flist-rising/releases/download/v3.0.13-rising-v1/fchat-rising.AppImage + diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index 637931f..853df7a 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -47,7 +47,14 @@ } - .download_link.win { + .download_link.linux a i { + background: url(assets/images/linux.png) no-repeat; + background-size: contain; + } + + + .download_link.win, + .download_link.mac { margin-bottom: 6px; } @@ -81,6 +88,22 @@ #header_wrap { background-image: url(assets/images/bg.jpg); } + + + #main_content h1 + h2 { + margin-top: 35px; + } + + + #main_content h1 { + margin-top: 70px; + } + + + #main_content h1:first-of-type { + margin-top: 0; + } + @@ -104,12 +127,17 @@