Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sat, 10 Oct 2015 12:39:44 UTC Commit: ae6f63067c33db8c3d100ad8ec95e29d7146c62b https://github.com/geany/talks/commit/ae6f63067c33db8c3d100ad8ec95e29d7146c6...
Log Message: ----------- EN: Fix position of Geany logo
At least on my local setup with Firefox the logo was missplaced in such a way it was not completly on the display.
Modified Paths: -------------- en/A_short_introduction/index.html
Modified: en/A_short_introduction/index.html 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -36,7 +36,7 @@
<body> <!-- Man möge mir das Inline verzeien --> - <div style="position: absolute; right: 10px; top: 10px;display: block;"><img height="75pt" src="../../img/geany.svg" alt="Logo von Geany"/></div> + <div style="position: absolute; right: 50px; top: 10px;display: block;"><img height="75pt" src="../../img/geany.svg" alt="Logo von Geany"/></div>
<div class="reveal"> <div class="slides">
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).