[Scummvm-cvs-logs] SF.net SVN: scummvm:[54761] web/trunk/css/screenshots.css

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Dec 4 22:41:07 CET 2010


Revision: 54761
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54761&view=rev
Author:   fingolfin
Date:     2010-12-04 21:41:06 +0000 (Sat, 04 Dec 2010)

Log Message:
-----------
WEB: Fix 'first-letter' style for screenshot categories (and here are the missing CSS changes, too)

Modified Paths:
--------------
    web/trunk/css/screenshots.css

Modified: web/trunk/css/screenshots.css
===================================================================
--- web/trunk/css/screenshots.css	2010-12-04 21:30:40 UTC (rev 54760)
+++ web/trunk/css/screenshots.css	2010-12-04 21:41:06 UTC (rev 54761)
@@ -50,23 +50,16 @@
 	color: rgb(255, 0, 0);
 }
 
-.scr-content ul {
-	list-style: none;
-	margin: 0;
-	padding: 0;
-}
-
-.scr-content ul li:first-letter,
-.scr-content ul li a:first-letter {
+.scr-content td:first-letter {
 	font-weight: bold;
 }
 
-.scr-content ul li {
+.scr-content td {
 	height: 24px;
 	margin-bottom: 6px;
 }
 
-.scr-content ul li img {
+.scr-content td img {
 	height: 24px;
 	vertical-align: middle;
 	width: 24px;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list