[MPlayer-DOCS] CVS: homepage/design7 default.css,1.10,1.11

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Dec 22 20:53:20 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv21670

Modified Files:
	default.css 
Log Message:
Layout slightly simplified, less absolute sizes used, markup made HTML
4.01 strict compliant.


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- default.css	18 Jul 2004 17:39:32 -0000	1.10
+++ default.css	22 Dec 2004 19:53:18 -0000	1.11
@@ -2,6 +2,10 @@
 	background-position: left top; background-attachment: scroll; background-repeat: repeat; background-color: #272621; background-image: url(images/background.jpg); margin: 0px
 }
 
+img {
+	border: 0
+}
+
 a:link, a:visited {
 	font-weight: bold; color: #888870; text-decoration: none
 }
@@ -16,13 +20,13 @@
  height: 1px; border: 0px; background-color: #2a2722
 }
 .menuentry {
- height: 2.5ex; vertical-align: middle; text-align: right
+	vertical-align: middle; text-align: right; padding-top: 0.3ex; padding-bottom: 0.3ex
 }
 .menuentry2 {
- height: 7ex; vertical-align: middle; text-align: right
+	vertical-align: middle; text-align: right; padding-top: 0.3ex; padding-bottom: 0.3ex
 }
 .menuentry3 {
- vertical-align: middle; text-align: left
+	vertical-align: middle; text-align: left; padding-top: 0.3ex; padding-bottom: 0.3ex
 }
 .menutext {
 	right: 3ex; position: relative; font-weight: normal; font-size: 12px; color: #C3C0AE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none




More information about the MPlayer-DOCS mailing list