mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
hide ribbon on small screen
This commit is contained in:
parent
9a1dc3a11f
commit
1122cd3d53
3 changed files with 3 additions and 3 deletions
|
@ -74,6 +74,7 @@ $(document).ready(function () {
|
|||
| Lychee | titoko | En dev | https://github.com/titoko/lychee_ynh.git |
|
||||
| Baikal | aquaxp | En dev | https://github.com/aquaxp/baikal_ynh |
|
||||
| OpenSondage | zamentur | En test | https://github.com/zamentur/opensondage_ynh |
|
||||
| Strut | zamentur | En test | https://github.com/zamentur/strut_ynh |
|
||||
| MyCryptoChat | mrtino | En test | https://github.com/mrtino/mycryptochat_ynh |
|
||||
| MediaWiki | kload | En test | https://github.com/kloadut/mediawiki_ynh |
|
||||
| Linux Dash | opi | en test | https://github.com/opi/linuxdash_ynh |
|
||||
|
@ -89,7 +90,6 @@ $(document).ready(function () {
|
|||
* [Piwigo](http://piwigo.org) / [openphoto](http://theopenphotoproject.org/)
|
||||
* [Leed](http://projet.idleman.fr/leed/)
|
||||
* [Autoblog](https://github.com/mitsukarenai/Projet-Autoblog)
|
||||
* [LimeSurvey](http://www.limesurvey.com/)
|
||||
* [Movim](http://www.movim.eu/)
|
||||
* [KiwiIRC](http://kiwiirc.com/)
|
||||
* [Piwik](http://piwik.org/)
|
||||
|
|
2
index.md
2
index.md
|
@ -68,7 +68,7 @@
|
|||
|
||||
<div class="boring-part">
|
||||
|
||||
<a href="https://github.com/YunoHost" target="_blank">
|
||||
<a href="https://github.com/YunoHost" target="_blank" class="hidden-xs">
|
||||
<img style="position: fixed; top: 0; right: 0; border: 0;" src="https://yunohost.org/images/github_ribbon_grey.png" alt="Fork me on GitHub" data-canonical-src="https://yunohost.org/images/github_ribbon_grey.png">
|
||||
</a>
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<div class="boring-part" markdown="1">
|
||||
|
||||
<a href="https://github.com/YunoHost" target="_blank">
|
||||
<a href="https://github.com/YunoHost" target="_blank" class="hidden-xs">
|
||||
<img style="position: fixed; top: 0; right: 0; border: 0;" src="https://yunohost.org/images/github_ribbon_grey.png" alt="Fork me on GitHub" data-canonical-src="https://yunohost.org/images/github_ribbon_grey.png">
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue