Subversion Repositories wimsdev

Rev

Rev 15704 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. /* News Bloc */
  3.  
  4. .actu_date {
  5.   font-size:11px;
  6.   color:#757575;
  7.   font-weight: normal;
  8.   padding-left:1em;
  9. }
  10. .actu_title{
  11.   margin:0 .2em;
  12. }
  13. .actu_content>p{
  14.   margin:0 .5em;
  15. }
  16.  
  17. /* Samples Bloc */
  18.  
  19. .carousel_info{
  20.   text-align: right;
  21.   margin-top: 0;
  22.   margin-bottom: 0;
  23.   color:#999;
  24.   font-size:12px;
  25. }
  26. .carousel_titre {
  27.   text-align: center;
  28.   margin-top: 0;
  29.   margin-bottom: 10px;
  30. }
  31. .carousel_desc>p{
  32.   margin: 0;
  33. }
  34. .carousel_desc>h4{
  35.   margin-top: .5em;
  36.   margin-bottom: 4px;
  37. }
  38.