User:Saag/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
No edit summary
Saag (talk | contribs)
No edit summary
Line 3: Line 3:
}
}


.content {
.content table {
display: table !important;
display: table !important;
width: 10px;
}
}

Revision as of 11:12, 3 September 2024

.navbox {
    display: table!important;
}

.content table {
	display: table !important;
}