2020-11-15 18:39:03 +01:00
|
|
|
/**
|
|
|
|
* This file is part of Zwii.
|
|
|
|
*
|
|
|
|
* For full copyright and license information, please see the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*
|
|
|
|
* @author Rémi Jean <remi.jean@outlook.com>
|
|
|
|
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
|
|
|
* @author Frédéric Tempez <frederic.tempez@outlook.com>
|
|
|
|
* @copyright Copyright (C) 2018-2020, Frédéric Tempez
|
|
|
|
* @license GNU General Public License, version 3
|
|
|
|
* @link http://zwiicms.fr/
|
|
|
|
*/
|
|
|
|
|
2020-11-16 14:55:46 +01:00
|
|
|
/*
|
|
|
|
* Flux RSS
|
|
|
|
*/
|
|
|
|
#rssFeed {
|
2020-11-15 18:39:03 +01:00
|
|
|
text-align: right;
|
2020-11-16 14:55:46 +01:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#rssFeed p {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-left: 5px;
|
2020-11-15 18:39:03 +01:00
|
|
|
}
|