Thread: Wiki Broke!
View Single Post
  #1  
Old 06-17-2007, 04:17 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Wiki Broke!

Safari browsers have trouble reading the wiki site. A simple fix would be this:


( In main.css )
NPC Code:

#column-content {
margin-left: 200px;
}



To

NPC Code:

#column-content {
margin-left: 200px !important;
}

Reply With Quote