1. Wiki Mods
- Posted by euphoric (admin) Sep 04, 2009
- 967 views
The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.
In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.
2. Re: Wiki Mods
- Posted by DerekParnell (admin) Sep 04, 2009
- 972 views
The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.
In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.
Why? It looks fine to me. What do you see as the problem?
3. Re: Wiki Mods
- Posted by euphoric (admin) Sep 04, 2009
- 972 views
The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.
In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.
Why? It looks fine to me. What do you see as the problem?
Look under the "Compile a euphoria include as a dll." entry. Those circles underneath are sub-items and should be indented underneath.
They are not indented for me. Are they for you?
4. Re: Wiki Mods
- Posted by jeremy (admin) Sep 04, 2009
- 902 views
The CSS for the wiki needs to be modified so pages with lists can display them properly. See for example the Roadmap for Beyond.
In this case, it looks like #main_inner ul could use a margin-left: 20px; parameter.
The style.css is in our SVN server under /tools/euweb/trunk/htdocs. You can modify it and commit. Just make sure that docs, the website and the forum still look OK. That stylesheet is used for all three. If you need to modify a tag for just one, then most are wrapped in a div, such as post, or wiki, etc... View the HTML source to find out which tag.
Jeremy
5. Re: Wiki Mods
- Posted by DerekParnell (admin) Sep 04, 2009
- 944 views
- Last edited Sep 05, 2009
Look under the "Compile a euphoria include as a dll." entry. Those circles underneath are sub-items and should be indented underneath.
They are not indented for me. Are they for you?
I see your point. My browser does not indent them and does not show them with a different sort of bullet symbol either. What I see is a one-level bullet list with all bullets using the same symbol.
When you update the css sheet, do not use px, use em instead so it shows up the same regardless of screen resolution. eg. left-margin 1.5em;
6. Re: Wiki Mods
- Posted by euphoric (admin) Sep 04, 2009
- 943 views
- Last edited Sep 05, 2009
When you update the css sheet, do not use px, use em instead so it shows up the same regardless of screen resolution. eg. left-margin 1.5em;
I'm not going to update it right now. I don't have the repository on my PC and I'm working on something else right now. If anybody else wants to fix it, have at it!