Line 30: | Line 30: | ||
/*To hide the <p> that appear everywhere*/ | /*To hide the <p> that appear everywhere*/ | ||
− | #mw-content-text > p:first-child { | + | #mw-content-text > p:first-child, div.row~p { |
visibility:hidden; | visibility:hidden; | ||
height:0; | height:0; | ||
Line 36: | Line 36: | ||
padding:0; | padding:0; | ||
} | } | ||
+ | |||
/* GENERAL */ | /* GENERAL */ | ||
Line 227: | Line 228: | ||
position:relative; | position:relative; | ||
} | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 08:20, 22 August 2018