diff options
Diffstat (limited to 'css')
-rwxr-xr-x | css/testimonials_front.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/css/testimonials_front.css b/css/testimonials_front.css index e812b48..f63e4fe 100755 --- a/css/testimonials_front.css +++ b/css/testimonials_front.css @@ -5,15 +5,13 @@ #testimonials_front{ - width: 270%;; 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-left:250px; - margin-top:-110px; + margin-top: 10px; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; @@ -24,7 +22,7 @@ #testimonials_front a{ - float:left; + /* float:left; */ } .testimonial_head |