[rkward-devel] RKWard Wiki

meik michalke meik.michalke at uni-duesseldorf.de
Sat May 9 13:45:41 UTC 2009


am Samstag, 9. Mai 2009 (13:07) schrieb Prasenjit Kapat:
> I don't understand the tabular arrangement of the
> images - so they look weired!

from a first glance, i think this is due to this "float: left;"

 div.tleft {
   float: left;
   clear: left;
   margin-right: .5em;
   border-width: .5em 1.4em .8em 0;
 }

in http://apps.sourceforge.net/mediawiki/rkward/skins/sourceforge/main.css
(line 481; this css file is imported in the document head). it positions an 
element left and makes all following elements float right around itself. if 
you look at the generated html code, the first <div> after each section 
headline is of that class "tleft", but each following <div> is of "tnone" 
(which is not defined?). in that case adding something like

 div.tnone {
   clear: both;
 }

to the above css definitions might help? can someone alter the css at all?


viele grüße :: m.eik

-- 
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d"usseldorf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20090509/b4d98179/attachment.sig>


More information about the Rkward-devel mailing list