Commit 8b911358e10b83fec4c642da496d83f9134ceed2
1 parent
28a87c66
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -1849,6 +1849,7 @@ input.button.with-text { |
| 1849 | 1849 | .action-home-index #content, |
| 1850 | 1850 | .action-environment_design-index #content { |
| 1851 | 1851 | margin-bottom: -105px; |
| 1852 | + border: 1px solid #000; | |
| 1852 | 1853 | } |
| 1853 | 1854 | |
| 1854 | 1855 | |
| ... | ... | @@ -2669,3 +2670,11 @@ body.action-embed-index { |
| 2669 | 2670 | .social_widget.instagram .social_content { |
| 2670 | 2671 | margin-top: 15px; |
| 2671 | 2672 | } |
| 2673 | + | |
| 2674 | +#content .no-boxes #main-content-wrapper-8 { | |
| 2675 | + padding: 10px 10px; | |
| 2676 | +} | |
| 2677 | + | |
| 2678 | +#content .no-boxes #main-content-wrapper-8 .all_tracks { | |
| 2679 | + padding-left: 2px; | |
| 2680 | +} | ... | ... |