summaryrefslogtreecommitdiff
path: root/css/testimonials.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/testimonials.css')
-rw-r--r--css/testimonials.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/css/testimonials.css b/css/testimonials.css
new file mode 100644
index 0000000..54c9d2a
--- /dev/null
+++ b/css/testimonials.css
@@ -0,0 +1,23 @@
+#testimonials-wrapper .testimonial {
+ position: relative;
+ text-align: justify;
+ margin: 25px 0 0 0;
+ padding: 0 0 10px 0;
+ background: #e5e5e5;
+ padding: 10px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -o-border-radius: 5px;
+ border-radius: 5px;
+}
+#testimonials-wrapper .testimonial > .author {
+ text-align: right;
+ font-weight: bolder;
+ margin: 15px 0 0 0;
+ background: #ffffff;
+ padding: 10px;
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ -o-border-radius: 5px;
+ border-radius: 5px;
+}