[Scummvm-cvs-logs] scummvm-web master -> 03e36abb09e666dfc02de5aa18e9ed76cb44a9fe

salty-horse ori at avtalion.name
Mon May 2 23:32:49 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:
03e36abb09 WEB: Increase font size and set a max page width


Commit: 03e36abb09e666dfc02de5aa18e9ed76cb44a9fe
    https://github.com/scummvm/scummvm-web/commit/03e36abb09e666dfc02de5aa18e9ed76cb44a9fe
Author: Ori Avtalion (ori at avtalion.name)
Date: 2016-05-03T00:31:33+03:00

Commit Message:
WEB: Increase font size and set a max page width

Changed paths:
    css/layout.css



diff --git a/css/layout.css b/css/layout.css
index c2de9b8..81c4edc 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -1,8 +1,9 @@
 body {
-	font: normal 8pt/normal verdana, tahoma, arial, helvetica, sans-serif;
+	font: normal 9pt/normal verdana, tahoma, arial, helvetica, sans-serif;
 	background: rgb(239, 196, 24) url('../images/body-bg.png') repeat-x scroll 0 0;
-	margin-top: 0px;
+	margin: 0 auto;
 	min-width: 1031px;
+	max-width: 1500px;
 }
 
 #header {
@@ -31,6 +32,7 @@ body {
 }
 
 #menu {
+	font-size: 8pt;
 	right: -11px;
 	position: absolute;
 	top: 0px;






More information about the Scummvm-git-logs mailing list