diff options
Diffstat (limited to 'docs/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; +} |