AusDTO / gov-au-content-guide

The draft previous version of the GOV.AU Content Guide. We have moved:
https://github.com/govau/content-guide
Creative Commons Attribution 4.0 International
3 stars 6 forks source link

fix bulletpoints #202

Closed joolswood closed 7 years ago

joolswood commented 7 years ago

Description

Add guidance around not using second level bullets (re-write instead).

Not yet ready to merge.

Additional information

This will close #180

Definition of Done

joolswood commented 7 years ago

I'm trying to come up with a good example of a multi level bullet point list to rewrite. See the example. Thoughts? screen shot 2016-10-25 at 2 23 18 pm screen shot 2016-10-25 at 2 23 24 pm

joolswood commented 7 years ago

Hey @klepas I'm struggling with the CSS embiggening bullet points from 2nd level onwards for the purposes of this example. Any chance we can fix this without having to wait for dev work on the brand new guide?

(I had to do bad hacky things like this in dev tools to generate the above screenshot

<style>
ul, ol, p{font-size: 17px;
    font-size: 1.1rem}
</style>

)

klepas commented 7 years ago

Fixed. (:

joolswood commented 7 years ago

Thanks @klepas We're getting an extra space between 2 sets of second level points, see pic

screen shot 2016-11-08 at 8 48 38 am

Can you add a fix for this too?

klepas commented 7 years ago

Can you add a fix for this too?

@joolswood Done. (:

joolswood commented 7 years ago

https://github.com/govau/content-guide/issues/23