summaryrefslogblamecommitdiffstats
path: root/NetworkDiscovery/html/test.css
blob: 5679b5561ed677eef97fbe56f2a1c150971b576c (plain) (tree)


















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

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