1/**
2 * Stylesheet for BlogMeta plugin
3 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
4 * @author     Martin Plicka <mail@mplicka.cz>
5 */
6
7div.dokuwiki div.plugin_blogmeta {
8  text-align: right;
9  color: __text_alt__;
10  clear: both;
11}