From 1f400e101337c6692d35adfefa1fd5f47b6db65d Mon Sep 17 00:00:00 2001 From: Aditya Anand Date: Thu, 13 Sep 2018 00:51:05 +0530 Subject: [PATCH] pydocmd: added styleguide --- app/assets/v2/css/jquery-ui.css | 2 -- docs/README.md | 2 +- styleguide.md => docs/STYLEGUIDE.md | 0 pydocmd.yml | 1 + 4 files changed, 2 insertions(+), 3 deletions(-) rename styleguide.md => docs/STYLEGUIDE.md (100%) diff --git a/app/assets/v2/css/jquery-ui.css b/app/assets/v2/css/jquery-ui.css index 4dc6671a18c..b1f3d5ff09b 100644 --- a/app/assets/v2/css/jquery-ui.css +++ b/app/assets/v2/css/jquery-ui.css @@ -1012,7 +1012,6 @@ body .ui-tooltip { ----------------------------------*/ .ui-widget { - font-family: 'Muli', Helvetica, sans-serif; font-size: 1em; } @@ -1024,7 +1023,6 @@ body .ui-tooltip { .ui-widget select, .ui-widget textarea, .ui-widget button { - font-family: 'Muli', Helvetica, sans-serif; font-size: 1em; } diff --git a/docs/README.md b/docs/README.md index 5ff90ff41ba..f06e8fd7905 100644 --- a/docs/README.md +++ b/docs/README.md @@ -50,7 +50,7 @@ Check out the [CHANGELOG](https://docs.gitcoin.co/mk_changelog/) for details abo Also, -* want to become a contributor ? Checkout our [guidelines](https://docs.gitcoin.co/mk_contributors/). +* want to become a contributor ? Checkout our [guidelines](https://docs.gitcoin.co/mk_contributors/) & [styleguide](https://docs.gitcoin.co/mk_styleguide/). * [check out the gitcoinco organization-wide repo](https://github.com/gitcoinco/gitcoinco). * check out the open issues list, especially the [discussion](https://github.com/gitcoinco/web/issues?q=is%3Aissue+is%3Aopen+label%3Adiscussion) label and [easy-pickings](https://github.com/gitcoinco/web/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy-pickings). diff --git a/styleguide.md b/docs/STYLEGUIDE.md similarity index 100% rename from styleguide.md rename to docs/STYLEGUIDE.md diff --git a/pydocmd.yml b/pydocmd.yml index a515ed0c302..77883b81ef6 100644 --- a/pydocmd.yml +++ b/pydocmd.yml @@ -213,6 +213,7 @@ pages: - Rest API: mk_rest_api.md << docs/API.md - Changelog: mk_changelog.md << CHANGELOG.md - Contributors Guide: mk_contributors.md << docs/CONTRIBUTING.md + - StyleGuide: mk_styleguide.md << docs/STYLEGUIDE.md - Code: - App: - Middleware: app/middleware.md