Created
May 21, 2012 12:18
-
-
Save tsmango/2762078 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #container #main #content #roster .roster-item #images { | |
| float: left; | |
| width: 202px; | |
| } | |
| #container #main #content #roster .roster-item #images li { | |
| float: left; | |
| margin-bottom: 15px; | |
| } | |
| #container #main #content #roster .roster-item #images li + li { | |
| height: 77px; | |
| text-align: center; | |
| width: 101px; | |
| } | |
| #container #main #content #roster .roster-item #body { | |
| float: right; | |
| width: 480px; | |
| } | |
| #container #main #content #roster .roster-item #body h2 { | |
| margin-bottom: 5px; | |
| } | |
| #container #main #content #roster .roster-item #body h2 a { | |
| color: {{ content_font_color }}; | |
| } | |
| #container #main #content #roster .roster-item #body h2 small { | |
| font-size: 50%; | |
| } | |
| #container #main #content #roster .roster-item + .roster-item { | |
| margin-top: 25px; | |
| } | |
| #container #main #content .roster-item h2 { | |
| margin-bottom: 14px; | |
| } | |
| #container #main #content .roster-item h2 small { | |
| font-size: 50%; | |
| } | |
| #container #main #content .roster-item #images { | |
| float: left; | |
| width: 202px; | |
| } | |
| #container #main #content .roster-item #images li { | |
| float: left; | |
| margin-bottom: 15px; | |
| } | |
| #container #main #content .roster-item #images li + li { | |
| height: 77px; | |
| text-align: center; | |
| width: 101px; | |
| } | |
| #container #main #content .roster-item #images img { | |
| {% if config['display_product_image_borders'] %} | |
| border: 1px solid {{ content_outline_color }}; | |
| {% endif %} | |
| } | |
| #container #main #content .roster-item #body { | |
| float: right; | |
| width: 480px; | |
| } | |
| #container #main #content .roster-item #body h2 { | |
| margin-bottom: 5px; | |
| } | |
| #container #main #content .roster-item #body h3 { | |
| margin: 30px 0 5px 0; | |
| } | |
| #container #main #content .roster-item #body #soundcloud { | |
| margin-bottom: 14px; | |
| } | |
| #container #main #content .roster-item #body ul, #main #content .roster-item #body ol { | |
| list-style-type: disc; | |
| margin: 14px 0 14px 25px; | |
| } | |
| #container #main #content .roster-item #body ul li, #main #content .roster-item #body ol li { | |
| padding: 2px 0; | |
| } | |
| #container #main #content .roster-item #product-grid, #container #main #content .roster-item #history { | |
| margin-top: 50px; | |
| } | |
| #container #main #content .roster-item #product-grid .more-products a { | |
| margin: 95px 0; | |
| opacity: 1.0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment