Adding class to id declarations to allow XHTML-compliance in some pages

This commit is contained in:
oleonard 2004-05-19 16:26:45 +00:00
parent 1fa33a5250
commit 105b81aabf

View file

@ -233,7 +233,7 @@ select {
} }
/* used in members */ /* used in members */
#bloc20 { #bloc20, .bloc20 {
float:left; float:left;
width:30%; width:30%;
border:0; border:0;
@ -241,7 +241,7 @@ select {
margin-right:20px; margin-right:20px;
margin-bottom:20px; margin-bottom:20px;
} }
#bloc60 { #bloc60, .bloc60 {
float:left; float:left;
width:60%; width:60%;
border:0; border:0;