User:Taylan/vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/*
 
html body {
html body {
max-width: 1366px;
max-width: 1366px;
Line 13: Line 13:
width: 12em;
width: 12em;
}
}
*/
 


.mw-debug-pane {
.mw-debug-pane {

Revision as of 15:02, 6 August 2024

html body {
	max-width: 1366px;
}
.mw-body,
#mw-head-base,
#left-navigation,
#mw-data-after-content,
.mw-footer {
	margin-left: 13em;
}
#mw-panel {
	width: 12em;
}


.mw-debug-pane {
	height: 800px;
}

.bg3wiki-char-link-icon {
	display: none !important;
}