Skip to content

Commit ee76e91

Browse files
committed
Menu: added link to Robocon
1 parent 3e8027a commit ee76e91

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

css/robotframework.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ pre {
216216
}
217217

218218
.navbar .nav > li > a,
219-
.navbar .nav > li > a:hover {
219+
.navbar .nav > li > a:hover,
220+
.navbar .nav > li > a:visited {
220221
color: white;
221222
font-weight: 100;
222223
text-shadow: none;

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ <h1>ROBOT FRAMEWORK</h1>
4646
FOUNDATION <sup>&#9715;</sup>
4747
</a>
4848
</li>
49+
<li class="external-link">
50+
<a href="http://robocon.io" target="_blank"
51+
title="ROBOCON 2018 CONFERENCE">
52+
ROBOCON <sup>&#9715;</sup>
53+
</a>
54+
</li>
4955
</ul>
5056
</div>
5157
</div>

0 commit comments

Comments
 (0)