If there are style changes in a dot release, I'm a bit curious whyMarc wrote: ↑Tue Jun 27, 2017 8:23 pm 3.2.1 to 3.2.2:
https://gist.github.com/marc1706/dbca9c ... 17e98916b9
styles/prosilver/theme/stylesheet.css
isn't being updated with each dot release to reflect the new phpBB version?Code: Select all
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: prosilver (the default phpBB 3.2.x style)
Based on style:
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Limited ( https://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("normalize.css?v=3.2");
@import url("base.css?v=3.2");
@import url("utilities.css?v=3.2");
@import url("common.css?v=3.2");
@import url("links.css?v=3.2");
@import url("content.css?v=3.2");
@import url("buttons.css?v=3.2");
@import url("cp.css?v=3.2");
@import url("forms.css?v=3.2");
@import url("icons.css?v=3.2");
@import url("colours.css?v=3.2");
@import url("responsive.css?v=3.2");