Commit 91876609 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

docs: improve look of sponsors page



This commit completely reworks the Sponsors page, to improve its look,
put the current sponsor in a clearly visible way, and add the logo of
all sponsors.

[Thomas: fixed the next meeting date, as noticed by Thomas DS.]

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent c903d70b
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -11,3 +11,26 @@ body {
    float:right;
    margin: 10px 0 0;
}

div.sponsor-main {
    background: #eeeeee;
    padding: 2em;
}

div.sponsor {
    background: #eeeeee;
    padding: 0.5em;
    height: 12em;
    display: table !important;
}

div.sponsor-description {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.sponsor-description img {
    height: 4em;
    margin-bottom: 1em;
}
+13 KiB
Loading image diff...
+15 KiB
Loading image diff...
+10.5 KiB
Loading image diff...
+8.88 KiB
Loading image diff...
Loading