diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 6 | ||||
| -rw-r--r-- | StoneIsland/www/css/cart.css | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index d81dc587..99f420d7 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -215,7 +215,7 @@ ul.links { } #archive .menu { background: rgba(255,255,255,0.8); - position: absolute;; + position: absolute; top: 0; left: 0; height: 100%; width: 100%; @@ -224,9 +224,11 @@ ul.links { transition: opacity 0.2s; } #archive .menu .items { - border-top: 1px solid black; width: 100%; } +#archive .menu .item:first-of-type { + border-top: 1px solid black; +} #archive .menu .item { width: 100%; text-align: center; diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css index 7b0df653..ff331418 100644 --- a/StoneIsland/www/css/cart.css +++ b/StoneIsland/www/css/cart.css @@ -51,7 +51,8 @@ border-right: 1px solid #bbb .full .cart_body { display: block; } .empty .cart_empty { display: block; } -#cart h1 span { display: none } +#cart h1 .full_msg, +#cart h1 .empty_msg { display: none } .cart_body { display: none; } |
