PDA

View Full Version : CSS Issue


Spyike
07-22-2011, 08:35 PM
Fixed.. close please

HMBeaty
07-22-2011, 08:37 PM
That was quick lol

Spyike
07-22-2011, 08:41 PM
That was quick lol

It wasnt fixed, I thought it had. The inbox space reduced but the navtab dropdown link reverted to its old size :/

--------------- Added 1311460261 at 1311460261 ---------------

Bump.

HMBeaty
07-23-2011, 08:46 PM
Try making them both important. For example, change:
height: 35px;
and
line-height: 35px;
to
height: 35px !important;
and
line-height: 35px !important;

Spyike
07-24-2011, 01:45 AM
Try making them both important. For example, change:
height: 35px;
and
line-height: 35px;
to
height: 35px !important;
and
line-height: 35px !important;

Still having the issue.

--------------- Added 1311491144 at 1311491144 ---------------

I fixed it; I seemed to have the attribute defined above using a stylevar. Thanks