[guadec-web] make sure to justify main paragraph text



commit da74ec7097dc8f650580fbf235a0243bcf10f680
Author: Andreas Nilsson <anilsson redhat com>
Date:   Wed Mar 20 11:22:59 2013 -0300

    make sure to justify main paragraph text

 wordcamp-base/style.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/wordcamp-base/style.css b/wordcamp-base/style.css
index 7f7bacd..c610982 100644
--- a/wordcamp-base/style.css
+++ b/wordcamp-base/style.css
@@ -1449,3 +1449,7 @@ body {
 #content h3 {
        color: #000 !important;
 }
+
+#content p {
+       text-align: justify;
+}
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]