diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-20 15:13:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 21:20:54 +0200 |
commit | 918766098e9445402e4f736d833d938751348c94 (patch) | |
tree | 72496a6eed4b4effc15908919890d3cb7615f530 /docs/css/buildroot.css | |
parent | c903d70b807648f0e285ab909662ab60a690ed8d (diff) | |
download | buildroot-918766098e9445402e4f736d833d938751348c94.tar.gz buildroot-918766098e9445402e4f736d833d938751348c94.zip |
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/css/buildroot.css')
-rw-r--r-- | docs/css/buildroot.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/css/buildroot.css b/docs/css/buildroot.css index 86a9c77664..09db24b4f8 100644 --- a/docs/css/buildroot.css +++ b/docs/css/buildroot.css @@ -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; +} |