Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
DOORS Site Logo

Welcome to the Official DOORS Wiki!
Please read the Wiki Rules the Manual of Style and familiarise yourself with our Wiki Policies before contributing to get a better understanding of what content is allowed on our wiki and how to display it properly, if you need help don't hesitate to reach out to a DOORS Wiki Staff Member.

User:Novusfortuna/common.css: Difference between revisions

From DOORS Wiki
m (test)
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Expanding page width */
/* 1) Disables advertisements on-screen */
.resizable-container{
.ad-slot-placeholder,
max-width: none;
.top-ads-container {
display: none !important;
}

#test {
background-color: red;
}
}

Latest revision as of 08:13, 7 June 2023

/* Expanding page width */
.resizable-container{
	max-width: none;
}