-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fixed minor ui-isses in guide section #299
base: versions/3.0
Are you sure you want to change the base?
Conversation
3f8fccd
to
21c6bc0
Compare
@@ -64,7 +64,7 @@ GeckoDriver can also be used as a standalone application. Usage steps are docume | |||
<br><br> | |||
### Command line usage | |||
|
|||
<pre><code>$ ./bin/geckodriver-0.23 -help | |||
<pre class="line-numbers"><code>$ ./bin/geckodriver-0.23 -help |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need line number on these type of containers, only on actual source code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try and remove the code-space class as well.
@beatfactor Please have a look. Added a new class |
sorry for the delay here, I was away last week. I'll try to get this merged soon, thanks for your patience. |
Fixed minor UI issues in the guide section like
While fixing these bugs, I found that a lot of data in docs is repeated, and extensive refactoring is possible.
I will fix this is next PR.