Closed (fixed)
Project:
Tendu
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2008 at 18:25 UTC
Updated:
13 Nov 2008 at 17:48 UTC
hi
how can i resize content text?
i try to edit style.css but no results yet
Comments
Comment #1
tombigel commentedPlease be more specific.
Comment #2
student2 commentedSorry Tom,
I need the size of the text that written in node to be 14px
how to do that?
thanks for your replay.
Comment #3
tombigel commentedAll the font sizes in Tendu are relative to 12px (It's written in the coments at the top of style.css) and stated in "em" units.
For all the nodes to be 14px use:
.node{font-size:1.166em}btw -
.node{font-size:14px;} is supposed to work just fine.
Comment #4
student2 commentedYes, it works fine, but unfortunately it is also change the title font size
I would appreciate if you told me how to make the node title out of
Such modification.
regards
Comment #5
tombigel commentedThis is not a Tendu related question anymore, and this is not the place for CSS lessons.
Please read some Drupal theming guides or look for CSS tutorials for these issues.
for your question -
Comment #6
tombigel commented