Template:Team:KULeuven/Stylesheet

From 2009.igem.org

(Difference between revisions)
Line 309: Line 309:
     background: #aaaaaa;
     background: #aaaaaa;
     font-weight: bold;
     font-weight: bold;
 +
}
 +
 +
div#sponsor.topright {
 +
    left: auto;
 +
    right: 0px;   
 +
    top: 0px;
 +
    bottom: auto;
 +
}
 +
 +
div#sponsor.topleft {
 +
    left: 0px;
 +
    right: auto;   
 +
    top: 0px;
 +
    bottom: auto;
 +
}
 +
 +
div#sponsor.bottomright {
 +
    left: auto;
 +
    right: 0px;   
 +
    top: auto;
 +
    bottom: 0px;
 +
}
 +
 +
div#sponsor.bottomleft {
 +
    left: 0px;
 +
    right: auto;   
 +
    top: auto;
 +
    bottom: 0px;
}
}

Revision as of 11:44, 30 July 2009