Skip to content

Commit 8b912c0

Browse files
committed
Drop navigation arrows from homepage
Fix #3952 by simplifying the layout, in particular by dropping navigation arrows as suggested in #3952 (comment).
1 parent 9053964 commit 8b912c0

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

docs/_includes/getting-started.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,4 @@ <h1 id="getting-started-with-a-project">Create a Dotty Project</h1>
2525

2626
<p>For documentation see the <a href="https://github.com/lampepfl/dotty-example-project">Dotty Example Project</a>.</p>
2727
</div>
28-
<div class="centered-subtitle">
29-
<a href="#so-features">
30-
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
31-
expand_more
32-
</i>
33-
</a>
34-
</div>
3528
</div>

docs/_includes/logo-page.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
<div class="centered-subtitle">
7676
<h1 id="dotty">Dotty</h1>
7777
<p>A next generation compiler for Scala</p>
78-
<a href="#getting-started">
79-
<i id="scroll-down-arrow" class="animated infinite pulse material-icons">
80-
expand_more
81-
</i>
82-
</a>
8378
</div>
8479
</div>
8580
</div>

docs/css/default.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ div.centered-subtitle > a {
182182
color: #fff;
183183
}
184184

185-
div.centered-subtitle > a > i#scroll-down-arrow {
186-
font-size: 3em;
187-
}
188-
189185
div.centered-subtitle > p {
190186
font-size: 3vh;
191187
}

0 commit comments

Comments
 (0)