diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-10 23:15:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-10 23:15:00 +0100 |
commit | 36120d6ed6402a4f380a8217fb5cb81b9967a957 (patch) | |
tree | 88fce024c2489837eb1f8ddc188323cb0cdb3a6b /website/static | |
parent | 1ae98204bc9954f2e6f0ef59993190ae6ae05482 (diff) | |
download | guix-artwork-36120d6ed6402a4f380a8217fb5cb81b9967a957.tar guix-artwork-36120d6ed6402a4f380a8217fb5cb81b9967a957.tar.gz |
website: news: Add 'inline-image' class.
This is a followup to 4c322d36bc02e5e35464afa753fbf1b1da9de8f6, which
had the unintended effect of moving the logo in the top banner to the
right.
* website/posts/growing-our-build-farm.html: Use the 'inline-image'
class.
* website/static/base/css/news.css (.inline-image): New category.
Diffstat (limited to 'website/static')
-rw-r--r-- | website/static/base/css/news.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/static/base/css/news.css b/website/static/base/css/news.css index 370a5e1..f0383e2 100644 --- a/website/static/base/css/news.css +++ b/website/static/base/css/news.css @@ -30,14 +30,14 @@ p { hyphens: auto; } -img { +.inline-image { display: block; margin: auto; padding: 20px; } @media screen and (min-width: 1024px) { - img { + .inline-image { float: right; margin-left: 20px; padding: 0px; |