Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky committed Jan 31, 2018
1 parent c95d650 commit de11d4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/src/_static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ a.googlegroups{

#middle1{
float:left;
width:540px;
width:440px;
padding-top: 53px;
}

Expand All @@ -613,13 +613,13 @@ a.googlegroups{

#right1 {
float:right;
width: 351px;
width: 451px;
padding-top: 53px;
}

.consulting-banner {
background-color: #ff2010;
background-color: rgba(255, 32, 16, 0.2);
background-color: rgba(255, 32, 16, 0.4);
padding: 1px 10px;
-moz-border-radius: 15px;
border-radius: 15px;
Expand Down
8 changes: 4 additions & 4 deletions docs/src/gensim_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ <h1 class="h1gensim">
</div>
<div id="right1">
<div class="consulting-banner">
<h3>Get Expert Help From The Authors of Gensim</h3>
<p><a href="https://rare-technologies.com/">Consulting in Machine Learning, NLP</a></p>
<p>Our commercial document similarity engine: <a href="https://scaletext.com/">ScaleText.ai</p>
<p><a href="https://rare-technologies.com/corporate-training/">Hands-on corporate trainings in Python Data Science, Deep Learning, NLP</p>
<h3>Get Expert Help From The Gensim Authors</h3>
<p><a href="https://rare-technologies.com/">Consulting</a> in Machine Learning &amp; NLP</p>
<p>Commercial document similarity engine: <a href="https://scaletext.com/">ScaleText.ai</a></p>
<p><a href="https://rare-technologies.com/corporate-training/">Corporate trainings</a> in Python Data Science and Deep Learning</p>
</div>
</div>
</div>
Expand Down

0 comments on commit de11d4d

Please sign in to comment.