UIKit0 / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 0 forks source link

freemedforms.com: notes crash the toc layout #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g. look at 
http://freemedforms.com/en/manuals/freemedforms/toc or
http://freemedforms.com/en/drafts/freeaccount/database 

These are examples of horrible layouts, because the note plugin has a kind of 
bug that prevents notes from beging displayed nicely with toc.

See here:
https://www.dokuwiki.org/plugin:note (scroll down to "Flow around TOC")

Eric, could you do like suggested there?
just comment out the following lines from 
.noteclassic, .noteimportant, .notewarning, .notetip, .notedoc:

"clear: both;" change to "clear: left;"
/* 
margin-left: auto;
width: 70% !important;
*/

That should look a bit better, but even not perfect...
But the huge spaces are gone.

Original issue reported on code.google.com by christian.a.reiter@gmail.com on 23 Mar 2013 at 5:14

GoogleCodeExporter commented 9 years ago
consider not changing the original file, as the change will be gone at any 
update. Maybe there is a custom.css or something in dokuwiki?

Original comment by christian.a.reiter@gmail.com on 23 Mar 2013 at 7:53

GoogleCodeExporter commented 9 years ago
dokuwiki updated to 2014 version

Original comment by eric.mae...@gmail.com on 2 Aug 2014 at 11:24