Aldro (
aldro
) wrote in
style_system
2013
-
06
-
01
09:55 am
Tags Page
The bullets of the tags list on my tags page are set outside of the tags container, even though they're set to inside in the CSS. Is there another way to change it?
Flat
|
Top-Level Comments Only
no subject
ninetydegrees
2013-06-01 08:24 am (UTC)
(
link
)
I don't think they're set to inside actually. This fixed it for me so give it a try:
.page-tags .tags-container li {
list-style-position: inside;
}
no subject
aldro
2013-06-01 10:33 am (UTC)
(
link
)
That worked, thanks! :)
no subject
ninetydegrees
2013-06-01 11:55 am (UTC)
(
link
)
You're most welcome!
3 comments
Post a new comment
Flat
|
Top-Level Comments Only
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
.page-tags .tags-container li {
list-style-position: inside;
}
no subject
no subject