You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ba...@apache.org on 2005/02/14 04:25:41 UTC

svn commit: r153702 - jakarta/site/docs/style/style.css

Author: bayard
Date: Sun Feb 13 19:25:40 2005
New Revision: 153702

URL: http://svn.apache.org/viewcvs?view=rev&rev=153702
Log:
attempt at creating the vertically aligned md5/pgp entries. Works nicely in Safari/IE, but not in Firefox

Modified:
    jakarta/site/docs/style/style.css

Modified: jakarta/site/docs/style/style.css
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/style/style.css?view=diff&r1=153701&r2=153702
==============================================================================
--- jakarta/site/docs/style/style.css (original)
+++ jakarta/site/docs/style/style.css Sun Feb 13 19:25:40 2005
@@ -103,3 +103,17 @@
     background-color: #B2BDD6;
     font-size: 80%;
 }
+
+.downloads { 
+    width: 60%;
+}
+
+.attributes {
+    display: inline;
+    float: right;
+}
+
+.md5, .pgp {
+    font-size: 85%;
+    margin-right: 10px;
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org