Search found 305 matches
- Sat Apr 05, 2014 6:49 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Remove prosilver styleswitcher
- Replies: 24
- Views: 51395
Re: [RFC|Merged] Remove prosilver styleswitcher
Additionally, most browsers store the zoom setting. So if you view your forum on 120% and close your browser, it will most likely remember the zoom % for next time.
- Sat Apr 05, 2014 3:13 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] HTML5 Semantic Elements
- Replies: 20
- Views: 31474
- Fri Apr 04, 2014 4:32 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] HTML5 Semantic Elements
- Replies: 20
- Views: 31474
Re: [RFC] HTML5 Semantic Elements
We would need to include something like html5shiv
- Fri Apr 04, 2014 6:44 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Remove prosilver styleswitcher
- Replies: 24
- Views: 51395
Re: [RFC|Merged] Remove prosilver styleswitcher
I usually tend to go with:
p {
font-size: 12px;
font-size: 1.2rem;
}
I hate runaway cascades with "em"
.
p {
font-size: 12px;
font-size: 1.2rem;
}
I hate runaway cascades with "em"
- Wed Apr 02, 2014 9:09 pm
- Forum: [3.x] Discussion
- Topic: Breadcrumb dropdown menu (using forum structure tree)
- Replies: 8
- Views: 15459
Re: Breadcrumb dropdown menu (using forum structure tree)
If there is demand... I might make this a stand-alone extension. I personally love these breadcrumb drop-down menu's.
- Wed Apr 02, 2014 9:00 pm
- Forum: [3.x] Discussion
- Topic: Improve the "Attachment settings" in ACP
- Replies: 6
- Views: 9807
Re: Improve the "Attachment settings" in ACP
Agreed. I don't think many boards would use it, but with the costs of hosting going down and down... it might be good, if nothing else... just to be future-proof.
- Wed Apr 02, 2014 8:56 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Update jQuery included in 3.1 to 1.11.0
- Replies: 37
- Views: 73262
Re: [RFC] Update jQuery included in 3.1 to 1.11.0
Definitely don't choose jQ2 yet. For all the obvious reasons. 1.11.1 should do just fine. Update it ASAP 
- Wed Apr 02, 2014 7:22 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Notifications Smaller Font Size?
- Replies: 11
- Views: 24472
Re: [RFC] Notifications Smaller Font Size?
Agreed. I don't think anyone uses the font-size method anymore. Everything uses "zoom" now.Mess wrote:The layout should be matching, and enlarge/shrunk together.
Also "CTRL+Mousewheel up" to enlarge the whole internet.
So yes... change the font size and keep it looking uniform.
- Mon Mar 31, 2014 12:17 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] Add Events to phpbb\profilefields\manager (grab & show)
- Replies: 2
- Views: 19509
- Mon Mar 31, 2014 8:35 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: Link topic to first unread post
- Replies: 72
- Views: 130994
Re: Link topic to first unread post
I would like to make blue icons clickable aswell to keep the "feel" consistent
Agreed. And while we're at it. Please make the title="" attributes more descriptive of what will actually happen if we click there. The only way to find out what exactly will happen is to look at the URL of the link.
Agreed. And while we're at it. Please make the title="" attributes more descriptive of what will actually happen if we click there. The only way to find out what exactly will happen is to look at the URL of the link.