Search for "gallerytext" in the css files your skin uses. (In ours,
it's in main.css in our custom skin directory)
Find the entry for "gallerytext"
Add "text-align: center;" to the definition of div.gallerytext.
Save, refresh, enjoy!
FWIW, our div.galleytext definition:
div.gallerytext {
On 10/5/09 2:00 PM, Brian J Mingus wrote:
> I made a bunch of modifications to the vector skin but I would like to keep
> the original skin available and not get svn conflicts so it makes sense to
> copy my new skin over to a new name. I changed all the obvious variables and
> made sure to get the
I made a bunch of modifications to the vector skin but I would like to keep
the original skin available and not get svn conflicts so it makes sense to
copy my new skin over to a new name. I changed all the obvious variables and
made sure to get the things mentioned in the manual (which appears to b
Dear All,
We currently use the "Gallery" function to show pictures in a gallery page.
After uploading the images the image and image text are added, as per below
Image:LMDC_elevation 1.jpg|Elevation to Carlisle Road
Image:LMDC_corridor.jpg|Main Corridor
Image:LMDC_store 1.jpg|Storage Racking
I
Dear All,
We currently use the "Gallery" function to show pictures in a gallery page.
After uploading the images the image and image text are added, as per below
Image:LMDC_elevation 1.jpg|Elevation to Carlisle Road
Image:LMDC_corridor.jpg|Main Corridor
Image:LMDC_store 1.jpg|Storage Racking
I
Well, I still can't find what's going wrong..
Here is part of my localsettings.php file :
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = true;
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'pdf', 'txt' );
##$wg