Difference between revisions of "Team:BABS UNSW Australia/pseudoknots"

(Undo revision 301923 by MananS (talk))
Line 3: Line 3:
 
<html>
 
<html>
 
<style>
 
<style>
}
 
#wrapper {
 
    min-height: 100%;
 
    height: 100%;
 
    width: 100%;
 
    position: absolute;
 
    top: 0px;
 
    left: 0;
 
    display: inline-block;
 
}
 
#main-wrapper {
 
    height: 100%;
 
    overflow-y: auto;
 
    padding: 50px 0 0px 0;
 
}
 
#main {
 
    position: relative;
 
    height: 100%;
 
    overflow-y: auto;
 
    padding: 0 15px;
 
}
 
#sidebar-wrapper {
 
    height: 100%;
 
    padding: 50px 0 0px 0;
 
    position: fixed;
 
    border-right: 1px solid gray;
 
}
 
#sidebar {
 
    position: relative;
 
    height: 100%;
 
    overflow:hidden;
 
}
 
#sidebar .list-group-item {
 
        border-radius: 0;
 
        border-left: 0;
 
        border-right: 0;
 
        border-top: 0;
 
}
 
@media (max-width: 992px) {
 
    body {
 
        padding-top: 0px;
 
    }
 
}
 
@media (min-width: 992px) {
 
    #main-wrapper {
 
        float:right;
 
    }
 
}
 
@media (max-width: 992px) {
 
    #main-wrapper {
 
        padding-top: 0px;
 
    }
 
}
 
@media (max-width: 992px) {
 
    #sidebar-wrapper {
 
        position: static;
 
        height:auto;
 
        max-height: 300px;
 
  border-right:0;
 
}
 
}
 
 
/* ----------------------- */
 
 
.page-header {
 
.page-header {
 
   padding-bottom:0px;
 
   padding-bottom:0px;

Revision as of 15:37, 17 September 2015