diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-25 05:40:54 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-25 05:40:54 -0500 |
| commit | 0da322d7440850b854ce77e8755f97116584920e (patch) | |
| tree | 3e1c41293c854f00e02143f0d4fecd3c5e355e03 /StoneIsland/www/css/blogs.css | |
| parent | 7784e0632e3048a1c8f7f0ac8b0e6c8178dbe939 (diff) | |
form finalize
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; |
