-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
🛠️ Repo: Two-column lists in the docs should not be the default style for lists #3702
Comments
would like to take this one. had to reconfigure "wd" module with fresh install to get tests to pass. |
@crossaaron the at any rate, changes here should not affect any browser tests; the only potential failure would be a linting error. |
- Adds the two-column class with the expected style for two-column unordered lists, making sure to keep the two-column style at Features and Table of Contents - Removes column style from ul element scope
Hi! I'm new to Open Source and was looking for a good first issue to start contributing. May I give it a try? (#3702) |
* style: closes #3702 - Adds the two-column class with the expected style for two-column unordered lists, making sure to keep the two-column style at Features and Table of Contents - Removes column style from ul element scope * refactor: add two-column class to the toc Use the class two-column instead of applying the style by using its id. * refactor: move styles that are overwritten within other classes Move margin-top and padding inside two-column as they are overwritten within single-column.
This should not be the default list style:
Change the stylesheet to display a "normal" list unless we apply a specific class for two-column display. I think it's OK to use in some places, but not for all lists.
unless there's a way to specify the class in our markdown compiler (not sure), just use html for the ones we keep. features and table of contents are good to keep... not sure about the rest.
For implementors:
To see changes locally, run
npm start docs
and open updocs/_dist/index.html
with your browser. You can also donpm start docs.watch
to rebuild as you work (you'll still have to reload).The text was updated successfully, but these errors were encountered: