Re: font color change in gbook
Posted: Sat Oct 15, 2011 8:30 pm
You should download the file style.css from your site.
Than copy the original file from the GBook zip file you downloaded from the phpjunkyard site.
Than use a tool like Winmerge to find the differences in the file. There are portable versions like Winmerge Portable (http://portableapps.com/apps/utilities/ ... e_portable) and X-Winmerge (http://www.winpenpack.com/en/download.php?view.27) that you can use. I myself use the internal Compare File Contents function of Total Commander.
The difference is probably in this line (this one is taken from the original file)
Greetings,
Henrie
Than copy the original file from the GBook zip file you downloaded from the phpjunkyard site.
Than use a tool like Winmerge to find the differences in the file. There are portable versions like Winmerge Portable (http://portableapps.com/apps/utilities/ ... e_portable) and X-Winmerge (http://www.winpenpack.com/en/download.php?view.27) that you can use. I myself use the internal Compare File Contents function of Total Commander.
The difference is probably in this line (this one is taken from the original file)
Code: Select all
.gbook_commentbox{width:96%; height:auto; background-image:url(images/bg_comment_box.gif); background-repeat:repeat-x; background-color:#f9f9f9; margin:0 auto; border:solid 1px #CCCCCC; display: table; margin-bottom:20px;}
Henrie