Home : General : Databases and SQL :

General: Databases and SQL: Re: [delicia] style question: Edit Log

Here is the list of edits for this post
Re: [delicia] style question
Try this (or rather, one of these):

Code:
strong {
text-transform: lowercase; /* force text to lowercase */
text-transform: uppercase; /* force text to uppercase */
text-transform: capitalize; /* force text to proper case */
}

or

Code:
div.uppercase {text-transform: uppercase;}

div.caps {text-transform: capitalize;}

Last edited by:

MJB: Aug 3, 2010, 3:24 PM

Edit Log: