Planned forum maintenance

We will update this with things that we think you should know.
Jukebox
Posts: 1576
Joined: Thu Sep 06, 2012 8:07 pm

jimibt wrote:
Thu Nov 26, 2020 11:22 am
Euler wrote:
Thu Nov 26, 2020 12:19 am
We are back
the layout seems to be missing the tab icon. i'm sure it was there before. normally found in the page html header:

Code: Select all

<link rel="shortcut icon" href="http://forum-url.com/favicon.ico" />
given the amount of tabs that i and am sure, many have open, this is a very visually useful piece of info. i know it is present on the main betangel website so maybe something can be taken from that :D
I can confirm its the same for me - I couldn't put my finger on it at first - why the BA tab didn't stand out as usual until jimibt pointed it out.
User avatar
Euler
Posts: 24701
Joined: Wed Nov 10, 2010 1:39 pm
Location: Bet Angel HQ

This has now been tweaked so you should see it again, may need a force refresh.
User avatar
jimibt
Posts: 3641
Joined: Mon Nov 30, 2015 6:42 pm
Location: Narnia

Euler wrote:
Thu Nov 26, 2020 1:44 pm
This has now been tweaked so you should see it again, may need a force refresh.
yup, a CTRL+F5 and it's there again... tnx - it's the small things that add up, not the big one offs ;)
User avatar
jimibt
Posts: 3641
Joined: Mon Nov 30, 2015 6:42 pm
Location: Narnia

btw - i'm being a bit (VERY) nerdy here, but would also point out that previously, the headerbar/forumbg was a nice FLAT single colour.
it now has the 2010's style of graduated shading. removing that would make it SOO much nicer and simpler:

current:

Code: Select all

.headerbar, .forumbg {
    background-color: #12A3EB;
    background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
    background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
    background-repeat: repeat-x;
}
preferred:

Code: Select all

.headerbar, .forumbg {
    background-color: #12A3EB;
}
Post Reply

Return to “Announcements”