• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Gesior AAC Style bugs

nevix

Tunzodus.net
Joined
Mar 31, 2010
Messages
356
Reaction score
62
Location
Lithuanian
Hello again.

Here is my image
ci-p0cZl.png



here is my basic.css


Code:
.Content .BoxContent {
  font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 9pt;
  background-color: #FFF2db;
  color: #5A2800;
  min-height: 385px;
  height: auto !important;
  height: 415px;
}


Where is the problem how to fix that?
 
Replace:
Code:
height: auto !important;
height: 415px;

With:
Code:
height: auto;
 
Back
Top