Recent Topics

1 Feb 13, 2009 04:18    

My b2evolution Version: 2.x

I am having a problem finding the file and folder the css that is used to reference the class=="center notes" I am just struggling with this and it is drveing me bug house looking for this.

blogs/skins_adm/login

And in the login folder is the file

_login_form.main.php


I know the path to the file where I want to change things - in the css so i need the ccs for thsi file

116 echo '<div class="center notes">'.T_('You will have to accept cookies in order to log in.').'</div>';

THANKS

Frank H.Shaw

2 Feb 13, 2009 05:10

that is a centered <div class="notes"> which you can alter in .../rsc/css/basic.css approx around line 71

.note,
.notes,
.dimmed {
font-size: 84%;
color: #999;
font-weight:normal;
}


Form is loading...