Skip to content
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

Would like to see a change to the Bullet styles in the CSS #32

Closed
MaryLJ opened this issue Sep 25, 2020 · 1 comment
Closed

Would like to see a change to the Bullet styles in the CSS #32

MaryLJ opened this issue Sep 25, 2020 · 1 comment
Assignees

Comments

@MaryLJ
Copy link
Contributor

MaryLJ commented Sep 25, 2020

Currently the bullet styles are:
/* bullet lists */

.bullet-list0 {
margin-left: 18pt;
padding-top: 8px;
list-style-type: disc
}

.bullet-list1 {
margin-left: 36pt;
padding-top: 8px;
list-style-type: square
}

.bullet-list2 {
margin-left: 54pt;
padding-top: 8px;
list-style-type: circle
}

.bullet-list3 {
margin-left: 72pt;
padding: 8px;
list-style-type: disc

but in the Word source, the first bullet in an unordered list was bullet 2 (don't ask me why) so the first bullet style in nested bulleted lists is now a open circle and indented more than it needs to be. I propose changes to the margin-left and the list-style-type. The other option would be to change all the references within the html itself.

The numbered list styles should be looked as as well (mainly for indentation).

Let's discuss on the next call. Thank you.

@MaryLJ
Copy link
Contributor Author

MaryLJ commented Oct 16, 2020

Updated .bullet-list1, 2 and 3 so far (changed to disc, circle, square, respectively). Need to look at .numbered-list1, 2, 3 next.

Publications automation moved this from In Progress to Done Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Publications
  
Done
Development

No branches or pull requests

2 participants