
This PR is a supplement for PR #259 and includes: - Text now keeps distance to a right or left floating BBcode video. - Leggero v2 version bump - small correction in the changelog - I was once so cheeky and added myself to the existing style contributors :-P .
22 lines
612 B
PHP
22 lines
612 B
PHP
<?php
|
|
/*
|
|
* Style Name: Leggero V2
|
|
* Style URI: http://www.flatpress.org/
|
|
* Description: The default FlatPress theme which brings a breath of fresh mint air. Responsive and a great start for own themes!
|
|
* Version: 1.0
|
|
* Author: NoWhereMan, Drudo, Marc Thibeault and Fraenkiman
|
|
* Author URI: http://www.flatpress.org/
|
|
*/
|
|
$style ['name'] = 'leggero-v2';
|
|
$style ['author'] = 'NoWhereMan';
|
|
$style ['www'] = 'http://www.flatpress.org/';
|
|
|
|
$style ['version'] = 1.0;
|
|
|
|
$style ['style_def'] = 'style.css';
|
|
$style ['style_admin'] = 'admin.css';
|
|
$style ['style_print'] = 'print.css';
|
|
$style ['style'] = 'default';
|
|
|
|
?>
|