[MPlayer-DOCS] CVS: homepage/design7 default.css,1.21,1.22
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Jan 27 16:09:53 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv31425/design7
Modified Files:
default.css
Log Message:
Put <table> in a class to get borders.
Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- default.css 27 Jan 2005 14:16:53 -0000 1.21
+++ default.css 27 Jan 2005 15:09:50 -0000 1.22
@@ -38,14 +38,13 @@
padding-top: 4ex; padding-bottom: 4ex; padding-right: 1em; padding-left: 1em;
}
-table,td,th {
- border: 1px solid #D3D0BE;
+table.border_table,table.border_table td,table.border_table th {
+ border: 1px solid;
border-collapse: collapse;
padding: 5px;
}
-
-th {
- font-weight: bolder; font-size: 14px; text-transform:uppercase
+table.border_table th {
+ font-weight: bolder; font-size: 14px; text-transform:uppercase;
}
dt {
font-weight: bolder
More information about the MPlayer-DOCS
mailing list