Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{style}

#text{
  position: relative;
  top:-49px;
  z-index:2;
  width:150px;
  height:0px;
}

a.button_atlassian_style_grey
{
 display:block;
 width:150px;
 height:51px;
 background:#ffffff url(http://www.teamlead.ru/download/attachments/65012090/pure_silver_full.png) no-repeat center;
 overflow:hidden;
 cursor:link;
 text-decoration: none;
}

a.button_atlassian_style_grey img
{
 visibility:hidden;
}

a.button_atlassian_style_grey:hover
{
 background:0;
}

a.button_atlassian_style_grey:hover img
{
 visibility:visible;
 border:0;
}

{style}