[Scummvm-cvs-logs] scummvm-web master -> bb8e4a824a3077b7e499fc4f8a31e895cc277da8

salty-horse ori at avtalion.name
Thu May 5 15:33:09 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:
bb8e4a824a Fix invalid CSS and remove unused rule


Commit: bb8e4a824a3077b7e499fc4f8a31e895cc277da8
    https://github.com/scummvm/scummvm-web/commit/bb8e4a824a3077b7e499fc4f8a31e895cc277da8
Author: Ori Avtalion (ori at avtalion.name)
Date: 2016-05-05T16:32:17+03:00

Commit Message:
Fix invalid CSS and remove unused rule

Changed paths:
    css/downloads.css
    css/games.css



diff --git a/css/downloads.css b/css/downloads.css
index 641ac5c..439d0ce 100644
--- a/css/downloads.css
+++ b/css/downloads.css
@@ -24,7 +24,7 @@ ul.downloads li.link a {
 
 span.daily_provider {
 	display: block;
-	font-size: 90;
+	font-size: 90%;
 	padding-left: 3em;
 }
 
@@ -68,4 +68,4 @@ span.daily_provider {
 #downloadDetails {
 	padding-left: 3px;
 	color: white;
-}
\ No newline at end of file
+}
diff --git a/css/games.css b/css/games.css
index 7fe18ed..827c420 100644
--- a/css/games.css
+++ b/css/games.css
@@ -21,9 +21,3 @@ ul.downloads li.link a {
 	color: rgb(170, 51, 51);
 	text-decoration: underline;
 }
-
-span.daily_provider {
-	display: block;
-	font-size: 90;
-	padding-left: 3em;
-}






More information about the Scummvm-git-logs mailing list