MediaWiki:Mobile.css: Difference between revisions

From iDigBio
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: #ca-edit {display:inline-block;}")
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
#ca-edit {display:inline-block;}
#ca-edit {
  display:inline-block; !important
}

Latest revision as of 11:48, 25 February 2015

/* CSS placed here will affect users of the mobile site */
#ca-edit {
   display:inline-block; !important
}