Commit f9984afeb34e4c73c2a885e482f556b375437eb3

Authored by Victor Costa
1 parent 43d20e80

fix feed icon position

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
style.css
... ... @@ -325,6 +325,7 @@ margin-top: 2px;
325 325 right: 3px;
326 326 }
327 327  
328   -.blog .vote-actions {
329   - right: 30px;
  328 +.blog-feed-link {
  329 + position: relative;
  330 + top: -30px;
330 331 }
... ...