[Blends-commit] r2645 - in /blends/trunk/websites: blends.css index.html

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Feb 2 16:04:31 UTC 2011


Author: tille
Date: Wed Feb  2 16:04:25 2011
New Revision: 2645

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2645
Log:
Some more shiny layout

Modified:
    blends/trunk/websites/blends.css
    blends/trunk/websites/index.html

Modified: blends/trunk/websites/blends.css
URL: http://svn.debian.org/wsvn/blends/blends/trunk/websites/blends.css?rev=2645&op=diff
==============================================================================
--- blends/trunk/websites/blends.css (original)
+++ blends/trunk/websites/blends.css Wed Feb  2 16:04:25 2011
@@ -215,3 +215,14 @@
   color: #FFFFFF;
   background-color: #000070;
 }
+
+.arrow a:before
+{
+    content: url(img/rightarrow.png);
+    margin-right: 5px;
+}
+
+.intro dt {
+  font-weight: bold;
+  margin-top: 2ex;
+}

Modified: blends/trunk/websites/index.html
URL: http://svn.debian.org/wsvn/blends/blends/trunk/websites/index.html?rev=2645&op=diff
==============================================================================
--- blends/trunk/websites/index.html (original)
+++ blends/trunk/websites/index.html Wed Feb  2 16:04:25 2011
@@ -31,29 +31,29 @@
 
 <h2>Links to the tasks pages of currently existing Blends</h2>
 
-<dl>
+<dl class="intro">
   <dt><a href="accessibility">Debian Accessibility</a><dt>
-   <dd><a href="accessibility/tasks">see all packages meeting requirements of people with disabilities</a></dd>
+   <dd class="arrow"><a href="accessibility/tasks">see all packages meeting requirements of people with disabilities</a></dd>
   <dt><a href="brdesktop">BrDesktop</a></dt>
-   <dd><a href="brdesktop/tasks">see all packages which are assembled for a Brazilian localised desktop</a></dd>
+   <dd class="arrow"><a href="brdesktop/tasks">see all packages which are assembled for a Brazilian localised desktop</a></dd>
   <dt><a href="debichem">DebiChem</a></dt>
-   <dd><a href="debichem/tasks">see all packages which might be used in chemists daily work</a></dd>
+   <dd class="arrow"><a href="debichem/tasks">see all packages which might be used in chemists daily work</a></dd>
   <dt><a href="edu">Debian Edu</a></dt>
-   <dd><a href="edu/tasks">see what packages are successfully used in schools</a></dd>
+   <dd class="arrow"><a href="edu/tasks">see what packages are successfully used in schools</a></dd>
   <dt><a href="ezgo">Debian EzGo</a></dt>
-   <dd><a href="ezgo/tasks">see all packages focussed on Asian localised desktops</a></dd>
+   <dd class="arrow"><a href="ezgo/tasks">see all packages focussed on Asian localised desktops</a></dd>
   <dt><a href="gis">Debian GIS</a></dt>
-   <dd><a href="gis/tasks">see all packages useful for Geographic Information Systems and OpenStreetMap</a></dd>
+   <dd class="arrow"><a href="gis/tasks">see all packages useful for Geographic Information Systems and OpenStreetMap</a></dd>
   <dt><a href="junior">Debian Junior</a></dt>
-   <dd><a href="junior/tasks">see all packages for children from 1 to 99</a></dd>
+   <dd class="arrow"><a href="junior/tasks">see all packages for children from 1 to 99</a></dd>
   <dt><a href="lex">Debian Lex</a></dt>
-   <dd><a href="lex/tasks">the effort to assemble packages for lawyers needs help - see what is currently available</a></dd>
+   <dd class="arrow"><a href="lex/tasks">the effort to assemble packages for lawyers needs help - see what is currently available</a></dd>
   <dt><a href="http://debian-med.alioth.debian.org">Debian Med</a></dt>
-   <dd><a href="http://debian-med.alioth.debian.org/tasks">see all packages for medical practice and bio-medical research</a></dd>
+   <dd class="arrow"><a href="http://debian-med.alioth.debian.org/tasks">see all packages for medical practice and bio-medical research</a></dd>
   <dt><a href="multimedia">Debian Multimedia</a></dt>
-   <dd><a href="multimedia/tasks">see all packages for audio and multimedia artists</a></dd>
+   <dd class="arrow"><a href="multimedia/tasks">see all packages for audio and multimedia artists</a></dd>
   <dt><a href="science">Debian Science</a></dt>
-   <dd><a href="science/tasks">see a lot of packages for different sciences and engineering</a></dd>
+   <dd class="arrow"><a href="science/tasks">see a lot of packages for different sciences and engineering</a></dd>
 </dl>
 
 </body>




More information about the Blends-commit mailing list