![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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.
Tags:
no subject
Date: 2015-01-19 08:53 pm (UTC)no subject
Date: 2015-01-19 09:33 pm (UTC)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
Date: 2015-01-19 09:58 pm (UTC)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
Date: 2015-01-19 10:39 pm (UTC)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
Date: 2015-01-20 03:27 pm (UTC)no subject
Date: 2015-01-20 03:36 pm (UTC)no subject
Date: 2015-01-20 09:20 pm (UTC)