Sha256: 0c6cf2d4b7ede01909b46838743e7f019262f4fc4fee1b897096d00b99810f2d
Contents?: true
Size: 1.07 KB
Versions: 34
Compression:
Stored size: 1.07 KB
Contents
/* About Page Styling */ /* Faded out hr */ hr.soften { height: 1px; margin: 54px 0 20px 0; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0)); border: 0; } h1.about-title { font-size:40px; font-weight:300; text-align:center; margin-bottom:9px } h2.about-title { font-size: 22px; font-weight: 300; line-height: 36px; text-align:center; margin-bottom: 9px; } p.about-tagline { font-size:18px; line-height:36px; font-weight:300; color:#999; text-align:center } p.about-signup { text-align:center; line-height:36px; } p.about-description { font-size:18px; line-height:36px; font-weight:300; color:#999; text-align:center; margin-bottom:20px; } p.about-footer { text-align:center; font-weight:300; }
Version data entries
34 entries across 34 versions & 1 rubygems