diff options
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 6 |
1 files changed, 4 insertions, 2 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; |
