[Debtags-commits] [svn] r2138 - web/trunk/cloud
Erich Schubert
erich at alioth.debian.org
Tue Nov 21 15:16:43 CET 2006
Author: erich
Date: Tue Nov 21 15:16:43 2006
New Revision: 2138
Modified:
web/trunk/cloud/index.html
web/trunk/cloud/tags.css
Log:
layout fixes
Modified: web/trunk/cloud/index.html
==============================================================================
--- web/trunk/cloud/index.html (original)
+++ web/trunk/cloud/index.html Tue Nov 21 15:16:43 2006
@@ -1,7 +1,6 @@
<html>
<head>
<title>Debian packages cloud</title>
- <link rel="stylesheet" type="text/css" media="screen" href="/main.css" />
<link rel="stylesheet" type="text/css" media="screen" href="tags.css" />
<script type="text/javascript">var djConfig = {isDebug: true };</script>
<script type="text/javascript" src="dojo.js"></script>
@@ -18,18 +17,17 @@
<h2>Matching packages:</h2>
<div id="packages"></div>
<div dojoType="dialog" id="LoadingDialogContent" bgColor="white" bgOpacity="0.5" toggle="fade" toggleDuration="250"><span style="font-size: xx-large; font-weight: bold">Loading ...</span></div>
- <div style="clear: both"></div>
- <div>Please <em>help</em> sorting the <a href="todo.html?view=nyt">packages without tags</a>. For more information (creating new tags etc.) visit the
- <a href="http://debtags.alioth.debian.org/">Debtags Homepage</a>.</div>
- <div id="close">
- <div class="links">
+ <div id="footer">
+ <div>Please <em>help</em> sorting the <a href="todo.html?view=nyt">packages without tags</a>. For more information (creating new tags etc.) visit the
+ <a href="http://debtags.alioth.debian.org/">Debtags Homepage</a>.</div>
+ <div>
[<a href="http://debtags.alioth.debian.org">Debtags</a>]
-
[<a href="http://lists.alioth.debian.org/mailman/listinfo/debtags-devel">debtags-devel list</a>]
-
[<a href="http://alioth.debian.org/projects/debtags">Alioth project page</a>]
</div>
- <div class="signature">
+ <div>
<a href="mailto:erich at debian.org">Erich Schubert</a>,
<a href="mailto:enrico at debian.org">Enrico Zini</a>,
</div>
Modified: web/trunk/cloud/tags.css
==============================================================================
--- web/trunk/cloud/tags.css (original)
+++ web/trunk/cloud/tags.css Tue Nov 21 15:16:43 2006
@@ -1,3 +1,28 @@
+body {
+ background: #fffcfc;
+ color: black;
+}
+h1 {
+ border-bottom: thick solid brown;
+ color: brown;
+ margin-bottom: 1cm;
+}
+h2 {
+ color: brown;
+}
+a {
+ color: brown;
+}
+a:visited {
+ color: rgb(64, 64, 64);
+}
+#footer {
+ border-top: thin solid brown;
+ color: brown;
+ font-size: small;
+ text-align: left;
+ margin-top: 1cm;
+}
.facet {
color: red;
font-weight: bold;
More information about the Debtags-commits
mailing list