r96 - in /web: debian.png index.mdwn local.css

zack at users.alioth.debian.org zack at users.alioth.debian.org
Fri Aug 7 13:52:17 UTC 2009


Author: zack
Date: Fri Aug  7 13:52:16 2009
New Revision: 96

URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=96
Log:
add some style to the front page

Added:
    web/debian.png   (with props)
Modified:
    web/index.mdwn
    web/local.css

Added: web/debian.png
URL: http://svn.debian.org/wsvn/dep/web/debian.png?rev=96&op=file
==============================================================================
Binary file - no diff available.

Propchange: web/debian.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: web/index.mdwn
URL: http://svn.debian.org/wsvn/dep/web/index.mdwn?rev=96&op=diff
==============================================================================
--- web/index.mdwn (original)
+++ web/index.mdwn Fri Aug  7 13:52:16 2009
@@ -1,7 +1,8 @@
 [[!meta title="Debian Enhancement Proposals"]]
 
-Debian Enhancement Proposals
-============================
+<div class="frontpage">
+<h1>DEP - Debian Enhancement Proposals</h1>
+</div>
 
 *Debian Enhancement Proposals* (or *DEPs*, for short) offer a device to
 **organize discussions** about various kinds of enhancements in the
@@ -29,7 +30,7 @@
 DEP|Status|Title|VCS
 [DEP 0](deps/dep0)|**CANDIDATE**|[*Introducing Debian Enhancement Proposals*](deps/dep0)|[svn](svn://svn.debian.org/svn/dep/web/deps/dep0.mdwn) [web](http://svn.debian.org/wsvn/dep/web/deps/dep0.mdwn?op=log&rev=0&sc=0&isdir=0)
 [DEP 1](deps/dep1.html)|**ACCEPTED**|[*Clarifying policies and workflows for Non Maintainer Uploads (NMUs)*](deps/dep1.html)|[wiki](http://wiki.debian.org/NmuDep)
-[DEP 2](deps/dep2)|_No draft yet_|*Classification and self-assessment of maintenance level*|
+DEP 2|_No draft yet_|*Classification and self-assessment of maintenance level*|
 [DEP 3](deps/dep3)|**DRAFT**|[*Patch Tagging Guidelines*](deps/dep3)|[svn](svn://svn.debian.org/svn/dep/web/deps/dep3.mdwn) [web](http://svn.debian.org/wsvn/dep/web/deps/dep3.mdwn?op=log&rev=0&sc=0&isdir=0)
 [DEP 4](deps/dep4)|**DRAFT**|[*Translation packages in Debian (TDebs)*](deps/dep4)|[svn](svn://svn.debian.org/svn/dep/web/deps/dep4.mdwn) [web](http://svn.debian.org/wsvn/dep/web/deps/dep4.mdwn?op=log&rev=0&sc=0&isdir=0)
 [DEP 5](deps/dep5)|**DRAFT**|[*Machine-parseable debian/copyright*](deps/dep5)|[svn](svn://svn.debian.org/svn/dep/web/deps/dep5.mdwn) [web](http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=log&rev=0&sc=0&isdir=0)

Modified: web/local.css
URL: http://svn.debian.org/wsvn/dep/web/local.css?rev=96&op=diff
==============================================================================
--- web/local.css (original)
+++ web/local.css Fri Aug  7 13:52:16 2009
@@ -1,3 +1,18 @@
 .pagedate {
     font-size: x-small;
 }
+body {
+    font-family: sans-serif;
+}
+
+.frontpage h1 {
+    background: #fff url('debian.png') no-repeat 10px 7px;
+    border-bottom: 2px solid #d70751;
+    font-style: italic;
+    margin: 10px 0 0 0;
+    padding: 20px 0 0 280px;
+    font-size: 170%;
+    min-height: 60px;
+    height: auto !important; /* "Min-Height Fast Hack" */
+    height: 60px; 
+}




More information about the dep-commits mailing list