diff options
| author | 2013-03-14 19:05:22 +0100 | |
|---|---|---|
| committer | 2013-03-14 19:05:22 +0100 | |
| commit | d2c20395c0aa74f2e1c039b56dfda618415be617 (patch) | |
| tree | c604917a9aebe82d588377eed492b755bfa5bfee /public/theme/base.css | |
| parent | 0df314fcb48aef6c885d2573a1e90b8cb5d0ee10 (diff) | |
Ajout d'indicateur de jour dans le flux d'articles + correction de bugs js liés à cet ajout et code mort
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; |
