From d2c20395c0aa74f2e1c039b56dfda618415be617 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 14 Mar 2013 19:05:22 +0100 Subject: Ajout d'indicateur de jour dans le flux d'articles + correction de bugs js liés à cet ajout et code mort MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/base.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/theme') diff --git a/public/theme/base.css b/public/theme/base.css index 5e9b1990d..6f1e52fdf 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -393,6 +393,16 @@ input { margin: 10px 0; } +.day { + height: 50px; + padding: 0 10px; + font-size: 130%; + font-weight: bold; + line-height: 50px; + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; +} + .flux { border-left: 10px solid #aaa; background: #fafafa; -- cgit v1.2.3