[Xfce4-commits] [www/www.xfce.org] 01/01: Fix some minor issues with wiki and blog.
noreply at xfce.org
noreply at xfce.org
Wed Jun 21 13:15:08 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 1e302460405d670b7e98977f60c6c9df5b565bb8
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Wed Jun 21 14:14:23 2017 +0300
Fix some minor issues with wiki and blog.
---
style/base.css | 15 ++++++++-------
style/site_blog.css | 4 ++++
style/site_wiki.css | 3 +++
3 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/style/base.css b/style/base.css
index 40a31d9..d09def0 100644
--- a/style/base.css
+++ b/style/base.css
@@ -9,6 +9,14 @@
*
*/
+body, h1, h2, h3, h4, ol, ul, li {
+ margin: 0;
+ padding: 0;
+ font-weight: normal;
+ font-style: normal;
+}
+
+
body {
font-family: "Bitstream Vera Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-size: 80%;
@@ -19,13 +27,6 @@ body {
color: #000;
}
-body, h1, h2, h3, h4, ol, ul, li {
- margin: 0;
- padding: 0;
- font-weight: normal;
- font-style: normal;
-}
-
h1, h2, h3, h4, dl dt { color: #333; }
h1 { font-size: 180%; font-weight: normal; margin: 0.5em 0 1em 0; }
h2, h3, h4 { font-weight: bold; margin: 1em 0; }
diff --git a/style/site_blog.css b/style/site_blog.css
index fc91b77..2ecf7a5 100644
--- a/style/site_blog.css
+++ b/style/site_blog.css
@@ -3,6 +3,10 @@
*
*/
+#main {
+ margin-top: 1.5em;
+}
+
#article .single + .single,
#article .pagination {
border-top: 1px solid rgba( 0, 0, 0, 0.1 );
diff --git a/style/site_wiki.css b/style/site_wiki.css
index f782475..2cd2ac5 100644
--- a/style/site_wiki.css
+++ b/style/site_wiki.css
@@ -27,6 +27,9 @@ a span {
.dokuwiki div.page {
box-shadow: none;
border: none;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ margin-bottom: 0;
}
#dw__toc {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list