diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rwxr-xr-x | StoneIsland/www/css/products.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 1f858898..532beb69 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -232,9 +232,9 @@ } #collection .content { -position:relative; -padding-top:45px; -padding-bottom:45px; + position:relative; + padding-top:45px; + padding-bottom:45px; } #collection h1 { @@ -252,3 +252,7 @@ padding-bottom:45px; z-index:9 } +.red { + color: red; +} + |
