Subversion Repositories Sites.tela-botanica.org

Rev

Rev 898 | Rev 904 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 898 Rev 899
Line 218... Line 218...
218
 
218
 
219
.droite {
219
.droite {
220
	float:right;
220
	float:right;
Line 221... Line -...
221
}
-
 
222
 
-
 
223
/* Obsolete ou à supprimer */
-
 
224
	.cadreInvisible {
-
 
225
		float:left;
-
 
226
		margin-left:10px;
-
 
227
		margin-top:10px;
-
 
228
	}
-
 
229
	.cadreInvisible h1 {
-
 
Line 230... Line 221...
230
		margin:0 0 10px 0;
221
}
231
	}
222
 
232
	
223