discourse/app
Krzysztof Kotlarek 72861f4e1c
FIX: add table CSS rules to normalize (#10176)
* FIX: add table CSS rules to normalize

In the new version of normalize - 8.0.1 `  `table` and `td` CSS rules are missing
https://github.com/necolas/normalize.css/blob/master/normalize.css

They existed in version `3.0.1` https://github.com/necolas/normalize.css/blob/3.0.1/normalize.css#L417

Also, extracted custom rules to new file
2020-07-07 16:47:03 +10:00
..
assets FIX: add table CSS rules to normalize (#10176) 2020-07-07 16:47:03 +10:00
controllers FIX: Improve category hashtag lookup (#10133) 2020-07-07 10:19:01 +10:00
helpers New `bootstrap.json` endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs FEATURE: trigger `user_updated` event if username is changed. 2020-07-03 00:14:19 +05:30
mailers FIX: Use correct URL for unsubscribe (#10077) 2020-06-24 09:31:20 +02:00
models FIX: Improve category hashtag lookup (#10133) 2020-07-07 10:19:01 +10:00
serializers PERF: Do not include thumbnail information in default topic list payload (#10163) 2020-07-06 10:59:21 +01:00
services FEATURE: sso_overrides_(email|username|name) for all auth methods 2020-07-06 10:18:45 +01:00
views UX: Add Login button on 403 error page if user is not logged in (#10154) 2020-07-01 18:27:42 +03:00