[Xfce4-commits] <wiki:master> Set better width.
Nick Schermer
noreply at xfce.org
Wed Jan 4 23:50:01 CET 2012
Updating branch refs/heads/master
to e9b8817f54a68a1fef6901195e0047ab240fd300 (commit)
from a37f8374f1b2b5d1523eb2cc6da9f020ef9a2bbe (commit)
commit e9b8817f54a68a1fef6901195e0047ab240fd300
Author: Nick Schermer <nick at xfce.org>
Date: Wed Jan 4 23:49:28 2012 +0100
Set better width.
lib/tpl/docs/design.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/tpl/docs/design.css b/lib/tpl/docs/design.css
index d985585..99323f5 100644
--- a/lib/tpl/docs/design.css
+++ b/lib/tpl/docs/design.css
@@ -1,8 +1,9 @@
div.header,
div.dokuwiki {
margin: 0 auto 1em auto;
- width: 90%;
+ width: 95%;
max-width: 1000px;
+ min-width: 650px;
cursor: default;
}
More information about the Xfce4-commits
mailing list