Update of /cvsroot/boost/boost/libs/parameter/doc/html
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3492

Modified Files:
        rst.css 
Added Files:
        vellipsis.gif 
Log Message:
Fixed vertical ellipsis rendering.


--- NEW FILE: vellipsis.gif ---
(This appears to be a binary file; contents omitted.)

Index: rst.css
===================================================================
RCS file: /cvsroot/boost/boost/libs/parameter/doc/html/rst.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rst.css     20 Sep 2006 17:34:23 -0000      1.5
+++ rst.css     3 May 2007 14:11:05 -0000       1.6
@@ -19,8 +19,12 @@
 }
 
 span.vellipsis {
-  line-height: 30% ;
-  font-size: 200% ;
+  display: block;
+  width: 5px;
+  height: 22px;
+  background: url("vellipsis.gif");
+  margin-left: 3em;
+  text-indent: -1000px;
 }
 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to