diff options
author | Alex Legler <alex@a3li.li> | 2016-08-25 18:49:46 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-08-25 18:49:46 +0200 |
commit | 00e0cb3d363e2f78e47efb8deac18463b870442e (patch) | |
tree | aa4afe41a310c4923a78206379c2f1ca4aadfdf5 /_sass | |
parent | Add in memoriam notice for avenj (diff) | |
download | www-00e0cb3d363e2f78e47efb8deac18463b870442e.tar.gz www-00e0cb3d363e2f78e47efb8deac18463b870442e.tar.bz2 www-00e0cb3d363e2f78e47efb8deac18463b870442e.zip |
Add initial Gentoo logo artwork overview page
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/misc.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_sass/misc.scss b/_sass/misc.scss index f6786a2..d51aea6 100644 --- a/_sass/misc.scss +++ b/_sass/misc.scss @@ -122,3 +122,14 @@ body.nav-align-h2 #content h2:first-of-type { .stick-bottom { margin-bottom: 0; } + +.logo-table { + img { + max-height: 100px; + } + + td.img { + text-align: center; + } +} + |