Hola!
I would like to justfy the text of all contents, i did it with html but is not doing properly, instead I have to do it by CSS so I need to put this code text-align:justify my question is
Where i put this? in the style.css? where exactly? I am using zero point theme... but the begginnig of this file is something like that
#topex {
z-index: 1;
}
#top_bg {
background: transparent url(images/fill_top.png) 0 100% repeat-x;
}
#top_left {
background: transparent url(images/fill_top_left.png) 0 100% no-repeat;
}
#top_right {
background: transparent url(images/fill_top_right.png) 100% 100% no-repeat;
padding: 0 25px;
}
#body_bg {
border-bottom: 1px solid #ddd;
}
#body_left {
background: transparent url(images/all/fill_left.png) 0 0 repeat-y;
}
#body_right {
background: transparent url(images/all/fill_right.png) 100% 0 repeat-y;
padding: 0 25px;
}
body {
color: #535353;
}
a, a:link,
.title, .title a,
.node .terms,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
color: #777;
}
thanks in advance!!
gracias