[SCM] wiki-content branch, tmp, updated. 53a891c76935c9ec49874bbe4abc98af314ca9d5

Daniel Baumann daniel at debian.org
Sat Apr 10 15:33:59 UTC 2010


The following commit has been merged in the tmp branch:
commit 53a891c76935c9ec49874bbe4abc98af314ca9d5
Author: Michal Suchanek <michal.suchanek at ruk.cuni.cz>
Date:   Sat Apr 10 17:28:52 2010 +0200

    Fixing layout of index page, second try.

diff --git a/index.mdwn b/index.mdwn
index b633472..6417b38 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -8,7 +8,6 @@
 			<li><a href="http://wiki.debian.org/DebianLive/">Wiki</a></li>
 		</ul>
 	</div></div>
-
 	<div class="col"><div class="wrap">
 		<a href="/devel"><div class="mainicon"><img class="blockcenter" src="devel.png" /></div><br />
 		<h1>Development</h1></a>
@@ -21,7 +20,6 @@
 			<li>[[devel/other]]</li>
 		</ul>
 	</div></div>
-
 	<div class="col"><div class="wrap">
 		<a href="/project"><div class="mainicon"><img class="blockcenter" src="project.png" /></div><br />
 		<h1>Project</h1></a>
diff --git a/stylesheet.css b/stylesheet.css
index f309a0b..9159ae0 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -202,7 +202,11 @@ td > ul { padding-left: 1em; }
 a.none { color: #000 !important; text-decoration: none !important; }*/
 
 /* wiki title page */
-body { display:block ; max-width: 60em; margin-right:auto; margin-left:auto; }
+html { display:block ; max-width: 60em; margin-right:auto; margin-left:auto; }
+/* also limit width in IE */
+*:first-child+html body { display:block ; max-width: 60em; margin-right:auto; margin-left:auto; }
+* html body { display:block ; max-width: 60em; margin-right:auto; margin-left:auto; }
+/* Debian colored rulers */
 hr { width: 100% ; height: 0px ; color: transparent; border-bottom: 2px solid #d70751; }
 
 .hide { display:none }
@@ -211,11 +215,3 @@ hr { width: 100% ; height: 0px ; color: transparent; border-bottom: 2px solid #d
 .three-columns { width: 100% }
 .three-columns .col { min-width:28% }
 .col { margin: 2.5%; float: left; text-align: center; }
-/* fix picture width in IE */
-*:first-child+html .three-columns .col .mainicon { width: 28% }
-* html .three-columns .col .mainicon { width: 28% }
-
-.mainicon { min-height: 156px }
-.blockcenter { display: block; margin-right: auto; margin-left: auto; }
-.wrap { display: inline-block; text-align: left; }
-.clear { clear: both }

-- 
wiki-content



More information about the debian-live-changes mailing list