From 9b7f46fb0237ec7fdc91dbf4484c7b37a2d80490 Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Mon, 1 Feb 2016 23:02:33 +0100 Subject: [PATCH] feat(): add support for listing tags and categories --- public/css/theme.scss | 9 +++++++++ public/index.html | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/public/css/theme.scss b/public/css/theme.scss index 1fab9d8..367d697 100644 --- a/public/css/theme.scss +++ b/public/css/theme.scss @@ -47,6 +47,7 @@ a { position: fixed; height: 100%; overflow-y: auto; + overflow-x: hidden; } @media (max-width: $screen-sm-max) { @@ -96,6 +97,14 @@ a { text-decoration: none; } } + + &.tags li:before { + @extend .glyphicon-tag; + } + + &.categories li:before { + @extend .glyphicon-book; + } } @media (max-width: $screen-sm-max) { diff --git a/public/index.html b/public/index.html index 2b80c31..2fd5f1d 100644 --- a/public/index.html +++ b/public/index.html @@ -31,6 +31,26 @@
  • Webservice restful avec symfony2 gerer les champs de type datetime
  • + +
    +

    Tags

    + +
    + +
    +

    Categories

    + +