Jordanna Morgan (
jordannamorgan) wrote in
style_system2015-01-18 10:06 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Unwelcome arrow links surrounding tags
So, as of DW's latest code push, I'm seeing little arrow-shaped links on either side of every single tag on my journal entries. These links do nothing more useful than point to the last entry using that tag (or worse, an error page, if there's no earlier/later entry to point to). This seems like utterly redundant, pointless clutter to me.
Very simply, I do NOT want to be seeing these arrow links. If someone could provide me with some code for getting rid of them, I would tremendously appreciate it. Thank you.
Very simply, I do NOT want to be seeing these arrow links. If someone could provide me with some code for getting rid of them, I would tremendously appreciate it. Thank you.
no subject
no subject
The only other thing that I can think of that could go wrong is if your browser is too old to understand "first-child" and "last-child". Those a relatively recent additions to CSS, and if you're running a browser version from a few years back it may not be able to parse them. ...though, in that case your layouts would likely have significant issues in other places as well. *hands* Other than that, no idea.
Oh, wait, one more idea. If your browser caches metadata like style sheets for faster loading, you may have to clear your browser cache and reload the page before the browser even "sees" the new CSS. Google "clear browser cache" if you've never done that, directions vary a lot between browsers.
no subject
I have this for the body class.
"<body class="page-read two-columns column-left any-column multiple-columns two-columns-left logged-in my-journal not-subscribed has-access has-navstrip">"
I have no idea how to change that if I need to, though.
(I have no clue if that's helpful. My CSS ends at copy-pastaing things.)
no subject
If you're seeing the tag arrows on your Reading page, that's a bug and you should report it. They're not supposed to show up on the aggregate pages like Reading or Recent Entries.
I'd try clearing your browser cache and reloading an entry page, to see if that works.
no subject
no subject
no subject