Davidacevedo (Talk | contribs) (sandbox de david) |
Davidacevedo (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | #home_logo, #sideMenu { | ||
+ | display:none; | ||
+ | } | ||
+ | #sideMenu, #top_title, .patrollink { | ||
+ | display:none; | ||
+ | } | ||
+ | #content, #HQ_page { | ||
+ | width: 100%; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | background-color: white; | ||
+ | } | ||
+ | /*Bootstrap.min altered the way the top menu looks by changing box-sizing: from border-box to initial, the damage is undone*/ | ||
+ | #top_menu_14 { | ||
+ | box-sizing: initial; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
<body>HOLA</body> | <body>HOLA</body> | ||
</html> | </html> |
Revision as of 19:35, 14 June 2018
HOLA