[Xfce4-commits] <wiki:master> Update CSS file (default font-family and table)
Mike Massonnet
noreply at xfce.org
Sun Oct 17 09:56:02 CEST 2010
Updating branch refs/heads/master
to f10200c72ae392995968b3ed43c41ab1d6288f50 (commit)
from ea61cad8eab631400b5b2323dd9e1a18e7cbabb6 (commit)
commit f10200c72ae392995968b3ed43c41ab1d6288f50
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Oct 17 09:54:43 2010 +0200
Update CSS file (default font-family and table)
lib/tpl/xfce/design.css | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/lib/tpl/xfce/design.css b/lib/tpl/xfce/design.css
index d28338c..0064c53 100644
--- a/lib/tpl/xfce/design.css
+++ b/lib/tpl/xfce/design.css
@@ -19,7 +19,7 @@ body {
background-repeat: no-repeat;
background-image: url(images/bg-xfce.png);
color: #000;
- font: arial, verdana, sans-serif;
+ font-family: arial, helvetica, sans-serif;
}
.clear {
@@ -642,14 +642,18 @@ div.dokuwiki table.inline {
}
div.dokuwiki table.inline th {
- padding: 3px;
- border: 1px solid __border__;
- background-color: __background_alt__;
+ padding: 4px;
+ border: 0;
+ background-color: __background__;
+ color: #154374;
+ font-weight: bold;
+ font-size: 1.2em;
}
div.dokuwiki table.inline td {
- padding: 3px;
- border: 1px solid __border__;
+ border: 2px solid __background__;
+ background-color: #eee;
+ padding: 1px 3px;
}
/* ---------- table of contents ------------------- */
More information about the Xfce4-commits
mailing list