<newsletter:master> fix some styling issues with the navion/content listing

Dominic Hopf git-noreply at xxxxx
Wed Jul 27 19:36:01 UTC 2011


Updating branch refs/heads/master
         to 31f511e641c44e174a74eebac88c440166cf57f3 (commit)
       from df8f74f1ee0aa55e03882268a12ec5c21abeeec7 (commit)

commit 31f511e641c44e174a74eebac88c440166cf57f3
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date:   Wed Jul 27 21:33:25 2011 +0200

    fix some styling issues with the navion/content listing

 stylesheets/mainstyle.css |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/stylesheets/mainstyle.css b/stylesheets/mainstyle.css
index ea154eb..a146a5d 100644
--- a/stylesheets/mainstyle.css
+++ b/stylesheets/mainstyle.css
@@ -83,11 +83,14 @@ div#contents, div#navigation
 div#contents ul, div#navigation ul
 {
 	list-style-type: none;
-	margin-left: -26pt;
-	list-style-type: none;
 	list-style-position: outside;
-	margin-bottom: 0.4em; margin-left: 0;
-	padding-left: 0.4em;
+	margin-bottom: 0.2em;
+	padding-left: 0.8em;
+}
+
+div#contents ul li, div#navigation ul li
+{
+	margin-top: 0.4em;
 }
 
 div#navigation h1



More information about the Newsletter-Commits mailing list