Jump to content

User:Sylphoid/minerva.css: Difference between revisions

From Deadlock Wiki
hmmm
 
removing rules that are in system css
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 07:08, 10 December 2024

.content .infobox {
  font-size:90%;
  position:relative;
  border:1px solid blue;
  margin-bottom:2em;
  color:black;
  background-color:indigo;
  display:flex;
  flex:1 1 100%;
  flex-flow:column nowrap;
  width:100% !important;
  max-width:100% !important;
}