-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ported site to Bootstrap 4 from 3 #347
Conversation
Thanks. I did
Also, |
It's corrected Now.
Sorry for this mistake, I fixed it as in the master branch.
Sorry, Sir, I fixed it now similar to the original file.
I didn't get this. The actual original bootstrap file is already indented. Could you please clarify once again, Do I need to change the file name or place?
Yes, Sir, I am commenting again with a summary and proper explanation. |
I Ported the site to Bootstrap 4 from 3 using official Document, As shown in this Video, Major change in v4 from v3 is because Flexbox is enabled by default in the v4 version.
|
@S-kus wrote:
Your copy of the file --- bootstrap-4.0.0-dist/css/bootstrap.css 2018-01-19 03:33:20.000000000 +1100
+++ css/bootstrap.css 2022-01-13 11:00:23.332623717 +1100
@@ -4023,8 +4023,9 @@
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
- border: 1px solid transparent;
+ border: 1px solid white;
border-radius: 0.25rem;
+ float: right !important;
}
.navbar-toggler:hover, .navbar-toggler:focus {
@@ -8972,4 +8973,3 @@
border: 1px solid #ddd !important;
}
}
-/*# sourceMappingURL=bootstrap.css.map */ This was generated with |
@S-kus wrote:
Sorry, I was talking about the commit messages, not the pull request comments. Pull requests are disposable; they are lost over time, are not kept in git, and especially they would be lost if we shifted to another git hosting solution. Commit messages are kept in git. We use them during If you don't have the skills to rewrite commit messages, just say so, and I'll rewrite them for you. I was about to do this to save time, but found I had more questions for you. You may be interested in our Guide for reviewers to see what our goals are. p.s. please don't call me sir, it is not respectful in my egalitarian culture. |
@quozl wrote:
I got it, The indentation is probably because of my editor and mistake, I corrected it now. |
Sorry, I mistakenly thought it was comments and proper description. I can do that, Could you tell me? Should I revert the earlier commits and do new commits sequentially like steps. I will be careful with such mistakes next time also. |
Yes, I'm happy to explain how to do that. What tools do you use for making the git commits? I probably use different tools, so I have to translate a bit. |
@quozl I use the Linux terminal. |
Okay, I use that, as well as emacs with magit. There are so many ways to rewrite commits, and everybody has a different preference. People also have different names for git remotes. Here's one way to rewrite;
At this point, your working tree will contain the changes you have made, but the repository branch will be back in time, which gives you a chance to make your commits again.
Iterate until you are happy with the new branch. At any time you can reset again. Once you are happy, note the git hash Finally, once your local branch on your computer looks okay, you can If you've never done anything like this before, it may help your comfort level by making a backup of your repository first. |
@quozl I done the required changes and updated the commits in steps. Please review it. |
Thanks for working on this @S-kus. |
I am going through the site again, Before my commits, the last pr which merged was about the profiles page. i.e. #340. for the styling of this page separate CSS file i.e. contributors.css used. Which creates some problems with the footer and navbar styling (specifically nav-bar "li"). As shown: |
I reproduce dots in the navbar. Anyone may fix anything. Yes, please proceed. We ought also alert @nikkuAg in case this is a regression introduced by 1ae8e43. I don't mind who fixes it first. We don't like to get into allocation of work, because the effort to do allocation is almost always futile. Always check master branch hasn't changed before starting work on a fix, in case someone else fixed it. Sometimes, for urgent fixes, we may just push commits rather than make a pull request. |
Okay, @quozl. I am working on it. |
Okay, no worries. By the way, you do not need to create an issue unless you decide to abandon working on it. |
Thanks for making a video, but I'll wait to review a pull request. You don't need our permission to make a pull request, you can do it at any time you have a change to make. |
@quozl I done the required changes and created the pull request. Please review it. |
Fixes: #316
I Ported the site to Bootstrap 4 from 3, As shown in this Video, Using this.
Process: