Mercurial > libervia-templates
diff default/static/blog.css @ 115:5d9e2270ceb4
blog/articles, input/navigation: moved navigation template in a dedicated macro
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Jan 2018 07:47:21 +0100 |
parents | 7a67372ddd7b |
children | da8f1ba9034d |
line wrap: on
line diff
--- a/default/static/blog.css Fri Jan 26 07:52:41 2018 +0100 +++ b/default/static/blog.css Tue Jan 30 07:47:21 2018 +0100 @@ -87,48 +87,6 @@ margin: 0; } -/** navigation links **/ - -.bottom_links ul { - list-style: none; - display: flex; - padding: 0 2em; - margin: 0; -} - -.bottom_links li { - flex: 1; -} - -.bottom_links li.older_items { - text-align: right; -} - -.bottom_links img { - display: block; -} - -.bottom_links .older_items img { - display: block; - margin-left: auto; - margin-right: 0; -} - -.bottom_links a { - display: inline-block; - margin-top: 1em; - padding: 0.2em; - text-decoration: None; - color: inherit; - font-variant: small-caps; - background: rgba(200,200,200,0.6); - border-radius: 0.5em; -} - -.bottom_links a:hover { - background-color: #ddd; -} - /** reduce/expand buttons **/ .expand_box { @@ -311,10 +269,6 @@ padding: 0.5em; } - .bottom_links ul { - padding: 0 6em; - } - footer span { background: rgba(200,200,200,0.6); border-radius: 0.5em 0.5em 0 0;