chimeric / dokuwiki-plugin-sidebarng

http://dokuwiki.org/plugin:sidebarng
GNU General Public License v2.0
2 stars 2 forks source link

Possibility to specify width of the sidebar #9

Open apolloj opened 13 years ago

apolloj commented 13 years ago

HI, Thanks for your plugin. But in a future release, will it be possible to specify width (px or %). Thanks. And Can you tell me how I can modify this in your code ?

lupo49 commented 13 years ago

Change the CSS-properties "width" in your style.css

Example:

div.dokuwiki div.left_sidebar { float: left; width: 40%; padding: 0.2em 0.5em 0 0; }

div.dokuwiki div.page_right { width: 55%; float: right; border-left: 1px solid border; padding-left: 1%; }