Difference between revisions of "Template:IISER Pune 2"

Line 5: Line 5:
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
 +
html, body, #content, #bodyContent, #globalWrapper, #contentContainer, #mainContainer, #bannerContainer {
 +
margin: 0;
 +
padding: 0;
 +
border: 0;
 +
font-size: 100%;
 +
font: inherit;
 +
vertical-align: baseline;
 +
width: 100%;
 +
height: 100%;
 +
        min-width: 400px;
 +
}
 
<style type="text/css">
 
<style type="text/css">
 
                 body {background-color: #FFFFFF;}
 
                 body {background-color: #FFFFFF;}

Revision as of 08:09, 16 September 2015


html, body, #content, #bodyContent, #globalWrapper, #contentContainer, #mainContainer, #bannerContainer { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; width: 100%; height: 100%; min-width: 400px; }