Removed useless line breaks

This commit is contained in:
MarcThibeault 2014-11-12 17:23:56 -05:00
parent df49a3d346
commit b812e573b3
7 changed files with 1 additions and 22 deletions

View File

@ -2,8 +2,7 @@
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------
mod by liquibyte
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault

View File

@ -2,8 +2,6 @@
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
@ -11,7 +9,6 @@ Version: 0.1
Module: style.css
*/
/* ===== NORMAL DESIGN ===== */
@media (min-width: 720px) {
/* ===== COLUMN ===== */

View File

@ -2,8 +2,6 @@
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
@ -11,8 +9,6 @@ Version: 0.1
Module: common.css
*/
/* ===== GENERAL (redefinition HTML tag) ===== */
html {
font-size: 100%;

View File

@ -2,8 +2,6 @@
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
@ -11,8 +9,6 @@ Version: 0.1
Module: globals.css
*/
.alignleft { float: left }
.alignright { float: right }

View File

@ -2,8 +2,6 @@
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------
Name: Leggero v2
Author: Laborix

View File

@ -2,8 +2,6 @@
===================
Leggero CSS Styles
===================
Ispired by: http://pluxml.org theme default
-------------------
Name: Leggero v2
Author: NoWhereMan, drudo & Marc Thibeault
@ -11,8 +9,6 @@ Version: 0.1
Module: style.css
*/
/* imports common style ruleset */
@import url(common.css);
@import url(globals.css);

View File

@ -7,9 +7,6 @@ Version: 0.705
Author: NoWhereMan, Drudo and Marc Thibeault
Author URI: http://www.flatpress.org/
*/
$style['name'] = 'leggero-v2';
$style['author'] = 'NoWhereMan';