Merge pull request #3669 from gurvirlochab/FixedIssues

Fixed Browser Card dark mode in index2.html and CONTRIBUTING.md
pull/3671/head
Daniel 2021-05-07 02:09:22 +05:30 committed by GitHub
commit 407f6027c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -21,14 +21,14 @@ Contributions are always **welcome and recommended**! Here is how for beginner's
* Delete ./package-lock.json file * Delete ./package-lock.json file
* `npm install` (install npm deps) * `npm install` (install npm deps)
* `npm run dev` (developer mode, autocompile with browsersync support for live demo) * `npm run dev` (developer mode, autocompile with browsersync support for live demo)
* Make your changes only in ./buid Folder OR package.json OR ./dist/js/demo.js OR in any html files which nessary to contribute * Make your changes only in ./build Folder OR package.json OR ./dist/js/demo.js OR package-lock.json OR ./dist/js/pages/ OR ./docs OR in any html files which are necessary for contribution
* Do not changes in ./dist/css/ AND ./dist/js/ Because its compiled files * Do not make changes in ./dist/css/ AND ./dist/js/ AND ./plugins Because it contains compiled files and do not include in PR (Pull Request)
* `npm run production` (compile css/js files and test every pages are perfectly working fine, before creating pull request) * `npm run production` (compile css/js files and test all pages are perfectly working fine, before creating a pull request)
4. Create a pull request 4. Create a pull request
## Online one-click setup for contributing ## Online one-click setup for contributing
You can use Gitpod(an online IDE which is free for Open Source) for working on issues or making Prs. With a single click it will launch a workspace and automatically: You can use Gitpod(an online IDE which is free for Open Source) for working on issues or making PRs (Pull Requests). With a single click it will launch a workspace and automatically:
- clone the `AdminLTE` repo. - clone the `AdminLTE` repo.
- install the dependencies. - install the dependencies.

View File

@ -1570,7 +1570,7 @@
<!-- /.row --> <!-- /.row -->
</div> </div>
<!-- /.card-body --> <!-- /.card-body -->
<div class="card-footer bg-light p-0"> <div class="card-footer p-0">
<ul class="nav nav-pills flex-column"> <ul class="nav nav-pills flex-column">
<li class="nav-item"> <li class="nav-item">
<a href="#" class="nav-link"> <a href="#" class="nav-link">