projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ff698
)
display categories w bullet points on product page
author
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 29 Jul 2019 21:33:20 +0000
(17:33 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 29 Jul 2019 21:33:20 +0000
(17:33 -0400)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 83cb4414fdb0f4f23f1233048b1a60ba04468017..bfa4b662f000dfa8e794afa85a183c7fc6e25641 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-413,6
+413,12
@@
a { transition: 0.3s; }
border-radius: 10px;
}
+.page-node-type-product .product .field--name-field-categories .field--item {
+ display: list-item;
+ list-style: circle;
+ margin-left: 15px;
+}
+
/* product page colors */
.page-node-type-product .product .field--name-field-image {
background-color: #eee;