blob: a91c89a0f18b93506f2a08c36732e09c6c8cce26 (
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
|
*{
margin:0;
padding:0;
}
#testimonials_front{
padding: 20px 20px 15px 40px;
margin-top: 30px;
margin-bottom: 30px;
background:url('../images/open-quote.png') no-repeat ;
min-height:90px;
-moz-border-radius:12px;
-webkit-border-radius:12px;
border-radius:12px;
box-shadow: 1px 1px 4px 1px #888888;
height:135px;
overflow:auto;
}
#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;
}
|