[Scummvm-cvs-logs] scummvm-web master -> 032d81562f5dde3b877e15fca341d0a5ab5ad689

rootfather lserramari at gmail.com
Thu May 5 22:09:29 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
032d81562f WEB: Fix text alignment in the intro boxes


Commit: 032d81562f5dde3b877e15fca341d0a5ab5ad689
    https://github.com/scummvm/scummvm-web/commit/032d81562f5dde3b877e15fca341d0a5ab5ad689
Author: Lothar Serra Mari (scummvm at rootfather.de)
Date: 2016-05-05T22:06:56+02:00

Commit Message:
WEB: Fix text alignment in the intro boxes

This is an attempt to fix the broken text aligment in the
intro boxes on the downloads page that occured when the text
is higher than the navigation box.

Changed paths:
    css/layout.css



diff --git a/css/layout.css b/css/layout.css
index 81c4edc..61a4e7c 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -147,7 +147,7 @@ body {
 }
 
 .navigation {
-	padding: 0.5em 2em;
+	padding: 0.5em 1.65em;
 }
 
 .navigation h2 {






More information about the Scummvm-git-logs mailing list