Sha256: 6481a346a03c8281f92dfd36f3d99c2dd143ae29c78811b9bd1128c3f6201e04
Contents?: true
Size: 478 Bytes
Versions: 61
Compression:
Stored size: 478 Bytes
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ .category { display: block; float: left; width: 240px; padding: 10px; margin: 10px; background-color: #E5F3FA; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .category:hover { text-decoration: none; background-color: #D9EDF7; } #category { margin-left: 0px; } .all_listing { width: 1012px; }
Version data entries
61 entries across 61 versions & 2 rubygems