Author Topic: Strategus Map Size CSS  (Read 319 times)

0 Members and 2 Guests are viewing this topic.

Offline MrIlluminati

  • Knight
  • ***
  • Renown: 76
  • Infamy: 6
  • cRPG Player A Gentleman and a Scholar
  • So be it.
    • View Profile
    • ^^
  • Faction: PRO
  • Game nicks: Illuminati
  • IRC nick: Illuminati
Strategus Map Size CSS
« on: July 14, 2011, 02:32:42 am »
0
If you guys could change,
.game {
    height: 100%;
    overflow: auto;
    position: relative;
    width: 700px;
}
to
.game {
    height: 100%;
    overflow: auto;
    position: relative;
    width: 100%;
}
Would be great :D
« Last Edit: July 14, 2011, 02:35:18 am by MrIlluminati »