Updating branch refs/heads/nick/gettext
to ae70b77604f6e2f901873b297fa84c8fc30b3040 (commit)
from c0e7f0f5ffd15119e7843c216e10091b1a071dd8 (commit)
commit ae70b77604f6e2f901873b297fa84c8fc30b3040
Author: Jérôme Guelfucci <[email protected]>
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;
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits