Journal des modifications

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.

commit 731631fab494e350bc66f6e508f7e9deb2388156
Author: Bruno Michel <bmichel@menfin.info>
Date:   Sat Mar 15 15:50:21 2014 +0100

    [CSS] Adjust font-sizes for mobile

commit 84d76ffecbdfc11804ef54b17e96ebd8bf52523d
Author: Bruno Michel <bmichel@menfin.info>
Date:   Sat Mar 15 15:10:10 2014 +0100

    [CSS] some tweaks for mobile

commit 87ddac6e2412260e8519ced1725bf51abb45c9f2
Author: Bruno Michel <bmichel@menfin.info>
Date:   Sat Mar 15 14:47:08 2014 +0100

    CSS

commit b3c9a86e9a6f3adcee2a964dd060a834e574d2b9
Author: Bruno Michel <bmichel@menfin.info>
Date:   Thu Mar 13 00:16:37 2014 +0100

    [CSS] limit the size of images

commit 938ea6896b529c9829e9ed2b1e5f982824d3e1e3
Author: Bruno Michel <bmichel@menfin.info>
Date:   Thu Mar 13 00:10:22 2014 +0100

    Don't mark news as read on the markdown source

commit 3caf8662089e7ea147fd737ced6752eb7d5dbbdd
Author: Bruno Michel <bmichel@menfin.info>
Date:   Thu Mar 13 00:04:22 2014 +0100

    Fix bugs with SVGTeX

commit 3f1439a3655f273db0abce4e1d849f7e5b782212
Author: Bruno Michel <bmichel@menfin.info>
Date:   Wed Mar 12 23:51:30 2014 +0100

    Fix maths in published news

commit 88aa3c387cd3c42d34b9b91c33d5a591a0b5bcdf
Author: Steve Frécinaux <code@istique.net>
Date:   Wed Mar 12 16:44:34 2014 +0100

    Fix column colours not going to the bottom of the page.
    
    Depending on whether the content column is smaller or bigger than the
    sidebar, we ended up with columns changing colours at the middle of the
    page.
    
    This commit emulates full height columns by using a custom gradient on
    the column container (the <body> tag). This fixes the graphical glitch
    on recent enough browsers while not altering anything on older ones.
    
    See http://caniuse.com/#feat=background-img-opts for supported browsers.

commit 98ae2cfdce56d5157db8860147cc7c76e10b0778
Author: Bruno Michel <bmichel@menfin.info>
Date:   Tue Mar 11 10:22:28 2014 +0100

    Quick fix for news in redaction/moderation

commit 4f70ad08cda5edb4ea7708398a6d3ae0d5f2710d
Author: Bruno Michel <bmichel@menfin.info>
Date:   Mon Mar 10 01:47:44 2014 +0100

    Update markdown help