Skip to content

Commit e33da07

Browse files
Updating the "View Tutorial" text in the intro text to be clickable.
1 parent afb0dd2 commit e33da07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#input {
22
height: 5em;
33
}
4+
.alert-info a {
5+
color: #FFF;
6+
}
47
TH, TD {
58
text-align: center;
69
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<div class="alert alert-info js-intro-text">
7777
<button type="button" class="close" data-dismiss="alert">×</button>
78-
Enter the conditional expression you want to parse in the box above<span class="hidden-xs">, or click "View Tutorial" for a walkthrough</span>.
78+
Enter the conditional expression you want to parse in the box above<span class="hidden-xs">, or click <a href="javascript:void(0)" class="js-tutorial-start" role="button">"View Tutorial"</a> for a walkthrough</span>.
7979
</div>
8080

8181
<div class="alert alert-danger hidden js-alert-mixed-operators">

0 commit comments

Comments
 (0)