blob: f63e4fe7e864768ec3fa7d880a5a8e03d41d28b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
*{
margin:0;
padding:0;
}
#testimonials_front{
padding: 20px 20px 15px 20px;
background:url('../images/open-quote.png') no-repeat ;
background-size: 22px 22px;
background-position: 18px 30px;
text-align:justify;
min-height:90px;
margin-top: 10px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
box-shadow: 1px 1px 4px 1px #888888;
height:135px;
}
#testimonials_front a{
/* float:left; */
}
.testimonial_head
{
text-align:left;
margin-top:-14px;
font-size:16px;
}
#testimonials_front li{ display:none;}
#testimonials_front li:first-child{ display:block;}
#testimonials_front ul{ list-style:none;}
#testimonials_front h4{
color:#424242;
margin-top:-20px;
}
.logo
{
width:205px;
height:80px;
background:url('../images/logo.png') no-repeat ;}
|