diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 01:23:24 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 01:23:24 +0100 |
commit | b6173772bdef1eaf067573373ab500d67dfc454d (patch) | |
tree | 9ac42ba1d423bbf99edfec45910ebfd54fd67095 /assets/css | |
parent | a66df8c97f4aa70977b25478fc3b6413ebd9b9db (diff) | |
download | wcms-b6173772bdef1eaf067573373ab500d67dfc454d.tar.gz wcms-b6173772bdef1eaf067573373ab500d67dfc454d.zip |
new feature : better tag view
clickable tags displayed in home interface
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 3005b2a..bfae718 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -113,6 +113,13 @@ main.home table#home2table label { } +table a.tag { + background-color: #7b97b9; + border-radius: 10px; + padding: 1px 4px; +} + + body { margin: 0; height: 100%; @@ -533,3 +540,4 @@ footer { } } + |