[Xfce4-commits] [www/www.xfce.org] 01/01: Remove extra right padding from sidebar Improve ToC on the wiki Update cache prefix
noreply at xfce.org
noreply at xfce.org
Tue Jun 20 23:25:37 CEST 2017
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit ae0fe677393fbdd3af7298128af5683612883af6
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Wed Jun 21 00:25:02 2017 +0300
Remove extra right padding from sidebar
Improve ToC on the wiki
Update cache prefix
---
style/base.css | 2 +-
style/css.php | 2 +-
style/site_wiki.css | 22 +++++++++++++++++++++-
3 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/style/base.css b/style/base.css
index eed83f6..40a31d9 100644
--- a/style/base.css
+++ b/style/base.css
@@ -215,7 +215,7 @@ input[type="checkbox"] {
font-weight: normal;
}
#related ul {
- margin: 0 2em;
+ margin: 0 0 0 2em;
}
#related ul li {
margin-bottom: 0.5em;
diff --git a/style/css.php b/style/css.php
index 650fc12..20d5bea 100644
--- a/style/css.php
+++ b/style/css.php
@@ -1,7 +1,7 @@
<?php
/* change this prefix when you want to make sure cache is cleared */
-$apc_cache_prefix = '2017-06-13-b';
+$apc_cache_prefix = '2017-06-20';
$site = urlencode ($_GET['site']);
diff --git a/style/site_wiki.css b/style/site_wiki.css
index 8a369c9..f782475 100644
--- a/style/site_wiki.css
+++ b/style/site_wiki.css
@@ -1,3 +1,7 @@
+a span {
+ color: inherit;
+}
+
#header .breadcrumbs {
float: left;
}
@@ -27,12 +31,28 @@
#dw__toc {
margin: 0;
- width: auto;
+ width: 100%;
border: none;
}
+ #dw__toc h3 {
+ font-weight: normal;
+ font-size: 125%;
+ letter-spacing: inherit;
+ padding: 0;
+ }
+ #dw__toc > div {
+ font-size: 100%;
+ }
#dw__toc ul {
margin-left: 0;
}
+ #dw__toc ul li {
+ list-style-image: none;
+ list-style-type: square;
+ }
+ #dw__toc li ul {
+ margin-top: 0.5em;
+ }
#header,
#footer {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list