[Pkg-kde-trunk] [SCM] DocumentRoot for http://qt-kde.debian.net/ branch, master, updated. 63d66e30ba337a68557a12568278477616b412fb
Eshat Cakar
eshat-guest at alioth.debian.org
Sun Apr 24 19:04:15 UTC 2011
The following commit has been merged in the master branch:
commit 63d66e30ba337a68557a12568278477616b412fb
Author: Eshat Cakar <info at eshat.de>
Date: Sun Apr 24 21:02:51 2011 +0200
Simple design change: Put everything on an egg-white piece of paper
---
index.php | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/index.php b/index.php
index 0228272..f8d6b27 100644
--- a/index.php
+++ b/index.php
@@ -5,6 +5,19 @@
<title>Debian Qt/KDE semi-official package repository</title>
<style type="text/css">
<!--/*--><![CDATA[/*<!--*/
+body {
+ background: #444;
+ width: 90%;
+ margin: 0 auto;
+ }
+
+#wrapper {
+ background: #F9F9F9;
+ margin: 10px auto 10px;
+ padding: 16px;
+ border: 1px solid #222;
+ }
+
.newsdate {
font-weight: bold;
font-size: 120%;
@@ -22,6 +35,7 @@
</style>
</head>
<body>
+<div id=wrapper>
<h1>News & notes</h1>
<p>
<span class="newsdate">2011-04-02</span>
@@ -53,7 +67,9 @@ KOffice 2.2.0 packages for i386 and amd64 have been uploaded. See <a href="http:
KDE SC 4.4.2 has been uploaded to <a href="http://wiki.debian.org/DebianExperimental">Debian experimental</a>.
As a result, KDE SC 4.4.2 packages have been removed from this repository.
</p>
+</div>
+<div id="wrapper">
<h1>Repository URLs</h1>
<p>
You need to add the following to your /etc/apt/sources.list:
@@ -325,5 +341,6 @@ versions enter official Debian archive (either experimental or unstable). The
repository itself will continue to exist though it will be empty most of the
time.
</p>
+</div>
</body>
</html>
--
DocumentRoot for http://qt-kde.debian.net/
More information about the Pkg-kde-trunk
mailing list