Skip to content

Ocamldoc: fix CSS color declaration#836

Merged
gasche merged 1 commit intoocaml:trunkfrom
emillon:ocamldoc-fix-css-color
Oct 4, 2016
Merged

Ocamldoc: fix CSS color declaration#836
gasche merged 1 commit intoocaml:trunkfrom
emillon:ocamldoc-fix-css-color

Conversation

@emillon
Copy link
Copy Markdown
Contributor

@emillon emillon commented Oct 4, 2016

There is a typo in the generated CSS for link to modules in the index page. CSS colors should start with #.

As a consequence, this also makes the default stylesheet valid according to https://jigsaw.w3.org/css-validator.

Of course this changes the look of module lists so here's a preview:

Before this change

before

After this change

after

Thanks!

There is a typo in the generated CSS for link to modules in the index
page. CSS colors should start with `#`.

As a consequence, this also makes the default stylesheet valid according
to <https://jigsaw.w3.org/css-validator>.
@gasche
Copy link
Copy Markdown
Member

gasche commented Oct 4, 2016

This raises the question of whether the resulting color is actually the one we want (maybe the rest of the design was changed by testing against the default color). But let's go for it for now, valid CSS is good.

@gasche gasche merged commit bb40dbd into ocaml:trunk Oct 4, 2016
camlspotter pushed a commit to camlspotter/ocaml that referenced this pull request Oct 17, 2017
ctk21 pushed a commit to ocaml-multicore/ocaml that referenced this pull request Jan 7, 2022
Move bytecode only startup code into startup_byt.c
EmileTrotignon pushed a commit to EmileTrotignon/ocaml that referenced this pull request Jan 12, 2024
* Fix removing defined width on swiper's images (ocaml#836)

* Fix disable swiper's auto resize (ocaml#836)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants