[Pcsclite-cvs-commit] r3387 - in /website: default.css supported.template

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Mar 26 15:15:46 UTC 2009


Author: rousseau
Date: Thu Mar 26 15:15:45 2009
New Revision: 3387

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3387
Log:
add span classes for note, url and features

Modified:
    website/default.css
    website/supported.template

Modified: website/default.css
URL: http://svn.debian.org/wsvn/pcsclite/website/default.css?rev=3387&op=diff
==============================================================================
--- website/default.css (original)
+++ website/default.css Thu Mar 26 15:15:45 2009
@@ -20,3 +20,6 @@
 .kver{text-align:center;color:#004;font-size:90%;}
 .pvkey{color:#400;font-size:66%;}
 p{margin:10px;}
+span.note{background:pink;}
+span.features{background:yellow;}
+span.url{}

Modified: website/supported.template
URL: http://svn.debian.org/wsvn/pcsclite/website/supported.template?rev=3387&op=diff
==============================================================================
--- website/supported.template (original)
+++ website/supported.template Thu Mar 26 15:15:45 2009
@@ -40,15 +40,16 @@
     {/reader}
 
         {note}
-        <p>%contents%</p>
+        <p><span class="note">%contents%</span></p>
         {/note}
 
         {url}
-        <p>Manufacturer URL: <a href="%url%">%manufacturer% %product%</a></p>
+        <p><span class="url">Manufacturer URL: <a
+                    href="%url%">%manufacturer% %product%</a></span></p>
         {/url}
 
         {features}
-        <p>Features: %features%</p>
+        <p><span class="features">Features: %features%</span></p>
         {/features}
 
     {/contents}




More information about the Pcsclite-cvs-commit mailing list