summaryrefslogblamecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.css
blob: 8e6b36436413a01585615a99e03a593af52a04d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                           





                                                           



               
















                        


                   
 



                      
 
html,body{
    height:100%;
}
body{
    margin:0;
    padding:0;
    /*background-color:blue;
    /*
    background-image:url('background.png');
    background-repeat:no-repeat;
    */
    background-size:100%;
}

/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside {  
    display: block;  
} 

#intro {
  margin: 20px;
}

#content {  
  display: table;
  width: 100%;
}  
      
#mainContent {  
  display: table-cell;  
  width: 620px;  
  padding-right: 22px;
  padding-left: 22px;
}  
      
aside {  
  display: table-cell;  
  width: 300px;  
} 

h1 {
  margin-top: 20px;
}

h1, p{
    color:#333;
    text-align:center;
}