Anonymous
×
Create a new article
Write your page title here:
We currently have 55 articles on SR5 Foundry VTT System Wiki. Type your article name above or click on one of the titles below and start writing!



SR5 Foundry VTT System Wiki

MediaWiki:Group-user.css: Difference between revisions

(Created page with "→‎CSS placed here will affect registered users only: .login-only { display: block !important; }")
 
No edit summary
 
Line 2: Line 2:


.login-only {  
.login-only {  
   display: block !important;  
   display: initial !important;  
}
}

Latest revision as of 06:54, 19 November 2023

/* CSS placed here will affect registered users only */

.login-only { 
  display: initial !important; 
}