Difference between revisions of "MediaWiki:Common.css"

From Chrome
Jump to: navigation, search
(Created page with 'CSS placed here will be applied to all skins: .slideshow div { _position: absolute; } .slideshow div div { _position: static; }')
 
(No difference)

Latest revision as of 01:01, 17 May 2011

/* CSS placed here will be applied to all skins */

.slideshow div {
  _position: absolute;
}

.slideshow div div {
  _position: static;
}