zulip/docs/_static
Steve Howell c0a6038a95 css: Enforce one selector per line.
While it's sometimes nice to put a few selectors on the same line,
it is generally better to have a consistent way of formatting our
selectors, and most of our code up until now lists them vertically.
This change fixes the linter to enforce one selector per line, and
it cleans up the places in the CSS where we had multiple selectors
on the same line.

The advantages of one-per-line are as followers:
    * cleaner diffs
    * easier to see when multiple areas of the app may have the
      same format
    * less likely to go over 80 cols
    * makes it more clear where we have deep nesting in the
      individual selectors
    * makes it easier for our linting tools to enforce
      whitespace violations

This also fixed an old bug where we had ".landing_page h2, h4", which
sets "h4" styles outside of the landing page.
2017-03-26 16:57:33 -07:00
..
theme_overrides.css css: Enforce one selector per line. 2017-03-26 16:57:33 -07:00
zulip-create-realm.png docs: Fix broken image links on prod install page. 2016-10-11 15:19:43 -07:00
zulip-create-user-and-org.png docs: Fix broken image links on prod install page. 2016-10-11 15:19:43 -07:00
zulip-travisci.gif docs: Add Git and GitHub Guide. 2016-10-17 16:18:16 -07:00