Tentative design for showing sponsors; add UoCambridge
[exim-website.git] / templates / static / css / index.css
index 1cbc4186bfea3f49deaed3b8383369280ee6b0ed..d6e3c0e738dc1976fc4588e04986bb121d0b162d 100644 (file)
@@ -1,4 +1,4 @@
-#inner img {
+#inner img:not(.sponsor_logo) {
        float:                          left;
        margin:                         0 1em 0.5em 0;
 }
@@ -6,3 +6,14 @@
 #book_info {
        min-height:                     100px;
 }
+
+ul#sponsor_list {
+       list-style: none;
+       overflow: hidden;
+       padding-left: 0;
+}
+
+img.sponsor_logo {
+       vertical-align:                 top;
+       margin:                         0 1em 0 0;
+}