[Xfce4-commits] <www:nick/gettext> Justify paragraphs in page contents.
Jérôme Guelfucci
noreply at xfce.org
Thu Dec 30 23:22:01 CET 2010
Updating branch refs/heads/nick/gettext
to ae70b77604f6e2f901873b297fa84c8fc30b3040 (commit)
from c0e7f0f5ffd15119e7843c216e10091b1a071dd8 (commit)
commit ae70b77604f6e2f901873b297fa84c8fc30b3040
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Dec 30 23:07:26 2010 +0100
Justify paragraphs in page contents.
style/base.css | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/style/base.css b/style/base.css
index 90deea0..461a347 100644
--- a/style/base.css
+++ b/style/base.css
@@ -80,6 +80,10 @@ body {
font-size: 140%;
}
+#page-contents p {
+ text-align: justify;
+}
+
#footer {
color: #999;
font-size: small;
@@ -159,11 +163,13 @@ code {
.clearboth {
clear: both;
}
+
.external {
background: url('img/external.png') no-repeat 100% 50%;
padding: 0 15px 0 0;
margin: 0 5px 0 0;
}
+
.hidden {
display: none;
}
More information about the Xfce4-commits
mailing list