Skip to content

Commit 10526a0

Browse files
committed
Alterado página index
1 parent 407b92a commit 10526a0

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

_stylesheets/community-home.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ a:hover {
99
color: #fff;
1010
}
1111

12+
a:active, a:focus, .btn:focus,.btn:active {
13+
outline: none !important;
14+
ie-dummy: expression(this.hideFocus=true);
15+
}
16+
1217
/* Custom default button */
1318
.btn-default,
1419
.btn-default:hover,

index.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<a href="https://www.facebook.com/guardiansufcg/"><img class="masthead-brand" src="_images/origin_logo.png" alt="OpenShift Logo" /></a>
4343
<nav>
4444
<ul class="nav masthead-nav">
45-
<li><a href="https://sites.google.com/a/computacao.ufcg.edu.br/guardians-ccc/home">Site Oficial</a></li>
46-
<li><a href="https://github.com/guardians-dsc/">Contribua</a></li>
45+
<li><a href="https://sites.google.com/a/computacao.ufcg.edu.br/guardians-ccc/home" target="_blank">Site Oficial</a></li>
46+
<li><a href="https://github.com/guardians-dsc/" target="_blank">Contribua</a></li>
4747
</ul>
4848
</nav>
4949
</div>
@@ -68,14 +68,6 @@ <h1 class="cover-heading">Documentação</h1>
6868

6969
<div class="mastfoot">
7070
<div class="inner">
71-
<p>
72-
<a href="https://www.redhat.com/">
73-
<img src="https://assets.openshift.net/app/assets/redhat.svg" alt="Red Hat">
74-
</a>
75-
<a href="https://hub.openshift.com/quickstarts/92-do-it-yourself-0-1" title="Powered by OpenShift Online with the DIY Cartridge">
76-
<img src="https://www.openshift.com/sites/default/files/images/powered-transparent-white.png" alt="Powered by OpenShift Online">
77-
</a>
78-
</p>
7971
</div>
8072
</div>
8173

0 commit comments

Comments
 (0)