Difference between revisions of "Template:Name/styles.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
(create page)
 
Line 11: Line 11:
 
}
 
}
  
/* Moved from template; inline class appeared in template but not anywhere in stylesheets */
+
.nametemplateinline {
.inline {
+
  margin: 2px 0 1px 2px;
 
   display: inline;  
 
   display: inline;  
   margin-right: 0;
+
   white-space: nowrap;
 
}
 
}
  
 
/* [[Category:Template stylesheets]] */
 
/* [[Category:Template stylesheets]] */

Revision as of 20:18, 21 May 2021

/* Moved from Vector.css and Mobile.css */
.nametemplate {
   margin: 2px 5px 1px 2px;
   display: block;
   white-space: nowrap;
}

/* Moved from Mobile.css, did not appear in Vector.css; May be outdated with MediaWiki update? */
.nametemplate img {
   max-width: none;
}

.nametemplateinline {
   margin: 2px 0 1px 2px;
   display: inline; 
   white-space: nowrap;
}

/* [[Category:Template stylesheets]] */