Template:Team:KULeuven/Stylesheet

From 2009.igem.org

(Difference between revisions)
Line 302: Line 302:
div#sponsor {
div#sponsor {
-
     position: relative;
+
     position: absolute;
     width: 136px;
     width: 136px;
     text-align: center;
     text-align: center;
Line 316: Line 316:
div#sponsor.topright {
div#sponsor.topright {
-
    position: absolute;
 
     left: auto;
     left: auto;
-
     right: 0px;     
+
     right: -141px;     
-
     top: 200px;
+
     top: 0px;
     bottom: auto;
     bottom: auto;
}
}
div#sponsor.topleft {
div#sponsor.topleft {
-
    position: absolute;
+
     left: -141px;
-
     left: 0px;
+
     right: auto;     
     right: auto;     
-
     top: 200px;
+
     top: 0px;
     bottom: auto;
     bottom: auto;
}
}
div#sponsor.bottomright {
div#sponsor.bottomright {
-
    position: absolute;
 
     left: auto;
     left: auto;
-
     right: 0px;     
+
     right: -141px;     
     top: auto;
     top: auto;
     bottom: 0px;
     bottom: 0px;
Line 340: Line 337:
div#sponsor.bottomleft {
div#sponsor.bottomleft {
-
    position: absolute;
+
     left: -141px;
-
     left: 0px;
+
     right: auto;     
     right: auto;     
     top: auto;
     top: auto;

Revision as of 08:30, 7 August 2009