commit e3f90ac1996708427503dd6c35f90c25999c8757
Author: Bruno Michel <bmichel@menfin.info>
Date: Sat Mar 22 23:36:21 2014 +0100
Add metadata to markdown export
commit 906f09ddacfbb0b46362cc81d648d8976e057366
Author: Bruno Michel <bmichel@menfin.info>
Date: Sat Mar 22 15:23:45 2014 +0100
CSS
commit 81fbc35e087b8597f6526bf82b068d1e8bacb464
Author: Bruno Michel <bmichel@menfin.info>
Date: Sat Mar 22 00:28:54 2014 +0100
Add some CSS rules for mobile
commit 59880be4603c130fa79c729ffebc5170bbfa66ec
Author: Bruno Michel <bmichel@menfin.info>
Date: Sat Mar 22 00:10:50 2014 +0100
Update html-pipeline-linuxfr
commit a6f02b9074ae8166cb71ba5e49a28a1ea4de5bd8
Author: Bruno Michel <bmichel@menfin.info>
Date: Tue Mar 18 00:24:50 2014 +0100
[CSS] some fixes
commit bcebbcad7f9a4f53f77fcc2542fd243d07ffe53c
Author: Bruno Michel <bmichel@menfin.info>
Date: Mon Mar 17 01:02:52 2014 +0100
Update desi
commit f45a79fdc1224412c7794beb0a6b65b8919fd172
Author: Bruno Michel <bmichel@menfin.info>
Date: Sun Mar 16 00:38:31 2014 +0100
Add the urgent flag for news that should be published soon
commit c30e71ec51ba53a5ea7453814413f404cdfa7c22
Author: Bruno Michel <bmichel@menfin.info>
Date: Sat Mar 15 21:21:31 2014 +0100
Update html-truncator
commit 443d4966612eb6da850a1c0faa6f88a8ce4d3578
Author: Steve Frécinaux <code@istique.net>
Date: Sat Mar 15 17:58:12 2014 +0100
CSS: Replace absolute font sizes with relative equivalents.
Absolute fonts sizes are not changed as compared with the previous
version of the stylesheets, but are expressed as relative values.
This commit also fixes the missing underline on the #logout "link".
commit 4f1436e771c8f01bcfdca32212eb2bac16f1b98c
Author: Steve Frécinaux <code@istique.net>
Date: Thu Mar 13 13:23:53 2014 +0100
CSS: Fix linear-gradient syntax for non-vendor-prefixed version.
commit 5cfbeb81f03991ebd110d552a5c1d8b6baf66873
Author: Steve Frécinaux <code@istique.net>
Date: Thu Mar 13 12:53:56 2014 +0100
CSS: Fix the gradient of the header bar on mobile devices
Previously, when the width was small enough, the gradient would
collapse into a bi-coloured white/brown area with a hard transition.
The new gradient looks nicer while being close to the old look for
medium-sized viewports.
commit 25df3f5a731d2583fbcf0dc7285e37a7a6eddfd7
Author: Steve Frécinaux <code@istique.net>
Date: Thu Mar 13 12:45:22 2014 +0100
CSS: Simplify the header bar to avoid absolute positioning.
Since we now rely on the natural flow instead of absolute positions for
the sidebar and main contents, we have the absolute certainty that there
won't be any gap even if the user forces a bigger font. Also changes
won't have to be reflected at other places anymore.
It causes no aesthetical change at all.
commit 4ea001b86830407bd2c077de288a5c184f17d37d
Author: Steve Frécinaux <code@istique.net>
Date: Wed Mar 12 18:00:14 2014 +0100
CSS: Fix the top bar gradient to follow $PX_BRANDING_LARG
This way even if we change that value, the gradient stays fit.
commit 4c5a8b8c6f880e3dc1187d95900b29b2eb8adaee
Author: Steve Frécinaux <code@istique.net>
Date: Wed Mar 12 17:41:06 2014 +0100
CSS: Fix the one pixel gap above the sidebar.
commit a10f4e3bfa879fc69b771191e41490c8cac1eacd
Author: Steve Frécinaux <code@istique.net>
Date: Wed Mar 12 17:37:36 2014 +0100
Automatically resize the branding box (and logo) with the sidebar
This makes it possible to use any branding and any sidebar size
transparently, making it easier to fluidify the layout later.
The current downside is that we fix the box as a square, which may
add some bottom margin to the image depending on its aspect ratio.
To fix this we would need to read the aspect ratio of the image and
it in '%' as the padding-top style attribute, but I think it is not
worth it.