Hi all,

I have a CSS file tagged $:/tags/Stylesheet and the contents are below.

The issue is it just does not work. I am pasting both of them here. One 
more wired thing is it works is a previous edition of TW (5.0.11) but not 
in the latest version. 

<div class="left-e">
<div>
<h2 style="font-size: 24px; 
    background-color:#CF6142;
    font-weight: bold;
    color: #ffffff;">Today
</h2>


 {{In_this_Tiddler}}
    
<h2 style="font-size: 24px; 
    background-color:#168707;
    font-weight: bold;
    color: #ffffff;">
</h2>
</div>
</div>




<div class="right-e">
<div>
<h2 style="font-size: 24px; 
    background-color:#1679DB;
    font-weight: bold;
    color: #ffffff;">Follow-up</h2>


{{Follow-up}}


<h2 style="font-size: 24px; 
    background-color:#D9D632;
    font-weight: bold;
    color: #ffffff;">Pending
</h2>


{{Pending}}


</div>
</div>

and the stylesheet


.left-e, .right-e{
  float:left;


}
.left-e{
  width:48%; 


}
.right-e{
  width:48%;
 margin-left:3%;
}


I am not getting where I am going wrong. Please help me on this. Thanks!

Shash

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to