Sha256: 917e076a2255212722305b5358946bb06865a81f23e12f090727599e737e9a24

Contents?: true

Size: 365 Bytes

Versions: 5

Compression:

Stored size: 365 Bytes

Contents

/* 
 * This file contains the CSS for the 'hello world' section. 
 *
 * Please note that all CSS in here should be relative to the container of the section,
 * in this case the ".hello" class.
 */

.hello_world { width: 300px; padding: 0 2ex 2ex; border: 2px dotted red; background-color: yellow; }
.hello_world .h2 { font-size: 1em; margin: 0 0 1ex; padding: 0; }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sections_rails-0.0.6 spec/dummy/app/sections/hello_world/hello_world.css
sections_rails-0.0.5 spec/dummy/app/sections/hello_world/hello_world.css
sections_rails-0.0.4 spec/dummy/app/sections/hello_world/hello_world.css
sections_rails-0.0.3 spec/dummy/app/sections/hello_world/hello_world.css
sections_rails-0.0.2 spec/dummy/app/sections/hello_world/hello_world.css