Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 01 Jun 2019 08:20:34 UTC Commit: b595b453c0a7c8434d0b77c877a7d87ba11972ee https://github.com/geany/www.geany.org/commit/b595b453c0a7c8434d0b77c877a7d8...
Log Message: ----------- Increase vertical space between main text and download button
Modified Paths: -------------- geany/static/css/main.css geany/templates/home.html
Modified: geany/static/css/main.css 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -20,6 +20,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 120%; }
+#main-download-button { + margin-top: 30px; +} + .jumbotron { padding-top: 20px; }
Modified: geany/templates/home.html 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -54,7 +54,7 @@ <h1>Geany - The Flyweight IDE</h1> workflow. It runs on Windows, MacOS and Linux, is translated into over 40 languages, and has built-in support for more than 50 programming languages. - <a href="{% url 'page' 'download/releases' %}" class="btn btn-default btn-primary"> + <a href="{% url 'page' 'download/releases' %}" class="btn btn-default btn-primary" id="main-download-button"> <span class="glyphicon glyphicon-save" aria-hidden="true"></span> Download Geany {{ geany_latest_version.version }} » </a>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).