Skip to content

Commit

Permalink
portico: Add hover styling to Atlassian migration guide on /hello.
Browse files Browse the repository at this point in the history
I changed the element to be  a `p` instead of `div` because the styling
for `a`s inside paragraphs is already there and the element should
anyway be a paragraph.

Fixes part of zulip#12853.
  • Loading branch information
alexandraciobica authored and YashRE42 committed Dec 12, 2019
1 parent 0c06463 commit e609043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions static/styles/portico/landing-page.scss
Expand Up @@ -1991,6 +1991,7 @@ nav ul li.active::after {
margin-top: 60px;
text-align: center;
font-size: 1.3rem;
font-weight: 300;
}

.portico-landing.hello .call-to-action-bottom .zulip-octopus {
Expand Down
4 changes: 2 additions & 2 deletions templates/zerver/hello.html
Expand Up @@ -542,10 +542,10 @@ <h1>Experience Zulip today!</h1>
{{ _('Sign up now') }}
</a>
{% endif %}
<div class="atlassian-migration">
<p class="atlassian-migration">
Migrating from HipChat or Stride?
Check out our <a href="/atlassian">Atlassian migration guide</a>.
</div>
</p>
<div class="zulip-octopus"></div>
</div>
</div>
Expand Down

0 comments on commit e609043

Please sign in to comment.