mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:58:55 +00:00
this is just to fix tabs, missing delimiters, and remove old commented classes in css files PHPBB3-16831
21 lines
845 B
CSS
21 lines
845 B
CSS
/* phpBB3 Style Sheet
|
|
--------------------------------------------------------------
|
|
Style name: prosilver (the default phpBB 3.3.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?hash=48eb3f89");
|
|
@import url("base.css?hash=7c5543be");
|
|
@import url("utilities.css?hash=d8f72c42");
|
|
@import url("common.css?hash=a9741ba1");
|
|
@import url("links.css?hash=cbeb92cc");
|
|
@import url("content.css?hash=56f9e623");
|
|
@import url("buttons.css?hash=5856472d");
|
|
@import url("cp.css?hash=50d868ab");
|
|
@import url("forms.css?hash=b64464fb");
|
|
@import url("icons.css?hash=64da33ce");
|
|
@import url("colours.css?hash=fcb2f289");
|
|
@import url("responsive.css?hash=87b53e08");
|