From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 30 Nov 2015 23:01:04 +0100 Subject: [Buildroot] [PATCH v2] docs/website: cosmetic changes In-Reply-To: <1448920481-21268-1-git-send-email-angelo.compagnucci@gmail.com> (Angelo Compagnucci's message of "Mon, 30 Nov 2015 22:54:41 +0100") References: <1448920481-21268-1-git-send-email-angelo.compagnucci@gmail.com> Message-ID: <87oaebjgf3.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Angelo" == Angelo Compagnucci writes: > * Resized too big icons in download and documentation > pages > Signed-off-by: Angelo Compagnucci > --- > Cheangelog: > v1 -> v2: > Rebase to the latest git version > docs/website/css/main.css | 15 ++- > docs/website/docs.html | 30 ++--- > docs/website/download.html | 330 ++++++++++++++++++++++----------------------- > 3 files changed, 189 insertions(+), 186 deletions(-) > diff --git a/docs/website/css/main.css b/docs/website/css/main.css > index db9c4c9..57009cf 100644 > --- a/docs/website/css/main.css > +++ b/docs/website/css/main.css > @@ -207,16 +207,21 @@ i { > .flip-container { > perspective: 1000; > } > - /* flip the pane when hovered */ > - .flip-container:hover .flipper, .flip-container.hover .flipper { > - transform: rotateY(180deg); > - } > +/* flip the pane when hovered */ > +.flip-container:hover .flipper, .flip-container.hover .flipper { > + transform: rotateY(180deg); > +} > -.flip-container, .front, .back { > +.flip-container, .flip-container .front, .flip-container .back { > width: 180px; > height: 180px; > } > +.flip-container-small, .flip-container-small .front, .flip-container-small .back { > + width: 120px; > + height: 120px; > +} > + > /* flip speed goes here */ > .flipper { > transition: 0.6s; > diff --git a/docs/website/docs.html b/docs/website/docs.html > index 9cee36d..23cc13f 100644 > --- a/docs/website/docs.html > +++ b/docs/website/docs.html > @@ -13,59 +13,59 @@ >
>
> -
> +
>
>
> - > + I'm far from a web expert, but why are we telling the browser to downscale these images? file docs/website/images/browser.png docs/website/images/browser.png: PNG image data, 256 x 256, 8-bit/color RGBA, non-interlaced E.G. why don't we send a 180x180 (or 120x120) image in the first place? Same for the other images. > +++ b/docs/website/download.html > @@ -4,176 +4,174 @@ >
>
> -
This diff is not very readable to me. Notice that I'm right now changing download.html (to release 2015.11), so it would be good if you could rebase (again!). -- Bye, Peter Korsgaard