Main Page

Difference between revisions of "MediaWiki:Liberty.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 10: Line 10:
 
.liberty-expand-2 {
 
.liberty-expand-2 {
 
width: 90px!important;
 
width: 90px!important;
 +
}
 +
 +
.dropdown-item-unit {
 +
  display: block;
 +
  width: 100%;
 +
  padding: 0.25rem 1.5rem;
 +
  clear: both;
 +
  font-weight: 400;
 +
  text-align: inherit;
 +
  white-space: nowrap;
 +
  border: 0;
 
}
 
}

Revision as of 00:09, 5 April 2020

/* CSS placed here will affect users of the Liberty skin */
.fixed-toc-button {
 display:none;
}

.liberty-expand {
	width: 75px!important;
}

.liberty-expand-2 {
	width: 90px!important;
}

.dropdown-item-unit {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}