Difference between revisions of "Template:Toulouse-INSA-UPS/PERSO-CSS"

Line 26: Line 26:
 
/*CSS because the height of the iGEM menu doesn't match the height of its background spacer*/
 
/*CSS because the height of the iGEM menu doesn't match the height of its background spacer*/
 
#top_menu_14 {
 
#top_menu_14 {
height:18px;
+
height:18px; /*Now it does*/
 +
}
 +
 
 +
/*To hide the <p> that appear everywhere*/
 +
#mw-content-text p:first-child {
 +
visibility:hidden;
 +
height:0;
 +
margin:0;
 +
padding:0;
 
}
 
}
  
Line 219: Line 227:
 
position:relative;
 
position:relative;
 
}
 
}
 
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 08:09, 22 August 2018