Commit 909c8e7f6cbe779919b5c0f46119b3089a38f283

Authored by Daniela Feitosa
1 parent 3330500f

Fixed CSS to documents added on articles

(ActionItem1968)
Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1060,6 +1060,16 @@ code input {
1060 1060 white-space: pre-wrap;
1061 1061 }
1062 1062  
  1063 +#article .article-body a.icon {
  1064 + padding: 0px 0px 3px 20px;
  1065 + border: none;
  1066 + background-repeat: no-repeat;
  1067 +}
  1068 +
  1069 +#article .article-body a.icon:hover {
  1070 + background-color: transparent;
  1071 +}
  1072 +
1063 1073 /* * * Comments * * */
1064 1074  
1065 1075 .comments { }
... ...