Sha256: fcc94ab2a30564cc7337201ffafa96ba91c9493c6d6e89881d0c732ba9f2134a

Contents?: true

Size: 697 Bytes

Versions: 2

Compression:

Stored size: 697 Bytes

Contents

/*===============================================================================================

    Title   : Playmo CSS Framework (https://github.com/tanraya/playmo)
    Name    : layout.css

    Styles for pages layout, custom CSS styles for layout containers positioning.
    Make the separation for home, domestic and other pages by define id for the 'body' tag.

    Like:

    body#main-page {}, body#about-page {}, body#products-page {}

===============================================================================================*/
body { background: #ddd; }
    div#container {
        width: 700px;
        margin: 20px auto;
        padding: 30px;
        background: #fff;
    }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playmo-0.0.6 templates/project/rails/public/stylesheets/layout.scss
playmo-0.0.5 templates/project/rails/public/stylesheets/layout.scss