Skip to content

Instantly share code, notes, and snippets.

@victorbueno
Created May 13, 2011 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorbueno/970576 to your computer and use it in GitHub Desktop.
Save victorbueno/970576 to your computer and use it in GitHub Desktop.
Adicionando link do portal na sua aplicação
.portal {
background: url("../images/portal.png") no-repeat;
padding-left: 20px;
color: #3a6be8;
text-decoration: none;
font-weight: bold;
}
.portal:hover {
text-decoration: underline;
}
<li><a href="/DTFSSO-Portal" class="portal">Portal</a></li>
\\dtfdc\dtf\Publico\Victor Hugo\portal.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment