Difference between revisions of "MediaWiki:Vector.css"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
 
/* GTAMods Wiki Logo */
 
/* GTAMods Wiki Logo */
 
#p-logo {
 
#p-logo {
     height: 200px;
+
     height: 180px;
 
}
 
}
  
 
#p-logo a {
 
#p-logo a {
     height: 215px;
+
     height: 180px;
 
     background-size: 180px auto;
 
     background-size: 180px auto;
 
}
 
}

Latest revision as of 16:37, 24 January 2019

/* CSS placed here will affect users of the Vector skin */

/* GTAMods Wiki Logo */
#p-logo {
    height: 180px;
}

#p-logo a {
    height: 180px;
    background-size: 180px auto;
}