aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-29 01:23:24 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-29 01:23:24 +0100
commitb6173772bdef1eaf067573373ab500d67dfc454d (patch)
tree9ac42ba1d423bbf99edfec45910ebfd54fd67095 /assets/css/home.css
parenta66df8c97f4aa70977b25478fc3b6413ebd9b9db (diff)
downloadwcms-b6173772bdef1eaf067573373ab500d67dfc454d.tar.gz
wcms-b6173772bdef1eaf067573373ab500d67dfc454d.zip
new feature : better tag view
clickable tags displayed in home interface
Diffstat (limited to 'assets/css/home.css')
-rw-r--r--assets/css/home.css8
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 {
}
}
+