comparison default/static/blog.css @ 106:65d41e16d1e0

css (blog): small adjustment on bottom links margin/padding
author Goffi <goffi@goffi.org>
date Mon, 22 Jan 2018 22:02:33 +0100
parents 490114e3d9e2
children 98cab6b754d3
comparison
equal deleted inserted replaced
105:490114e3d9e2 106:65d41e16d1e0
109 margin-right: 0; 109 margin-right: 0;
110 } 110 }
111 111
112 .bottom_links a { 112 .bottom_links a {
113 display: inline-block; 113 display: inline-block;
114 margin-top: 1em;
115 padding: 0.2em;
114 text-decoration: None; 116 text-decoration: None;
115 color: inherit; 117 color: inherit;
116 font-variant: small-caps; 118 font-variant: small-caps;
117 background: rgba(200,200,200,0.6); 119 background: rgba(200,200,200,0.6);
118 border-radius: 0.5em; 120 border-radius: 0.5em;
119 padding: 0.2em;
120 } 121 }
121 122
122 .bottom_links a:hover { 123 .bottom_links a:hover {
123 background-color: #ddd; 124 background-color: #ddd;
124 } 125 }