Sha256: 87511af720d26eb638d7282ed4edec2d6137fa512304f42a9556b09b6b99fda8
Contents?: true
Size: 495 Bytes
Versions: 7
Compression:
Stored size: 495 Bytes
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ .post { width: 400px !important; margin: 70px auto !important; border: 1px solid #ccc; padding: 32px; border-radius: 3px; } .post-1 { width: 300px !important; margin: 70px auto !important; border: 1px solid #ccc; padding: 32px; border-radius: 3px; box-shadow: 2px 2px #ccc; background-color: #f9f8f8; } .error { color: red; font-size: 14px; }
Version data entries
7 entries across 7 versions & 1 rubygems