Ai Dreams Forum

AI Dreams => Welcome to AI Dreams forum. => Forum problems etc => Topic started by: 8pla.net on March 09, 2015, 02:33:24 pm

Title: CSS problem
Post by: 8pla.net on March 09, 2015, 02:33:24 pm
FORUM MOD:
1. Edit CSS file /forum/Themes/dreamTheme/css/index.css
2. Locate second duplicate .bbc_img class. 
3. Rename to .cbc_img class, or remove duplicate.

MOD DESCRIPTION:
Tyler (robot) may distort image widths in her RSS feeds due
to  a duplicate CSS class.  In testing, this forum mod has
been shown to eliminate that bug.  This is just a suggestion.

EDIT: /forum/Themes/dreamTheme/css/index.css

FIND:

.bbc_img
{
    display: block;
    width: 100%;
}

RENAME OR REMOVE DUPLICATE CLASS:

.cbc_img   /* Renamed 2nd bcc_img duplicate */
{
    display: block;
    width: 100%;
}

STATUS:
Currently offline for awhile.   May be unable to reply. 
After reading, please feel free to delete this post.
Title: Re: Re: A Dreaming Community
Post by: Ultron on March 09, 2015, 04:17:12 pm

Has anyone else noticed something strange about 8planet?


Pssst... I believe he might be an A...I...
Title: Re: CSS problem
Post by: Freddy on March 09, 2015, 05:45:19 pm
Yes I already knew about this. It's because I updated the CSS the other day, I just need to change what I missed adding.

Yes there are two classes like that, but the problem is I needed to make that 'max-width: 100%'

This leaves small images small but should also stop large images over flowing.

Please post things like this in the 'Forum Problems' board.

Many thanks.