Adjust local.css to style sidebars for older ikiwiki versions.
authorW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 15:57:42 +0000 (11:57 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 15:57:42 +0000 (11:57 -0400)
commita17b8c2260d8400970384b08278798cb541ad165
tree51d88b5f81b1e89e5cce3227d37190b41332b2a1
parentf906ed96eded86e9598e88d1d8de29197051345c
Adjust local.css to style sidebars for older ikiwiki versions.

ikiwiki versions before
  commit baaa848f6c06b0b3a59677d3551e130c65e5fde7
  Author: Joey Hess <joey@gnu.kitenet.net>
  Date:   Thu Apr 15 15:04:17 2010 -0400
use id="sidebar" (newer version use class="sidebar"), so we repeat the
sidebar styling with
  .sidebar -> #sidebar
Now this style sheet will work with both versions.

Note that we also adjust #sidebar's padding, since that changed as
well.
  commit 5143d790b023f7f04ebdf694225b2946af676503
  Author: Joey Hess <joey@gnu.kitenet.net>
  Date:   Thu Apr 15 16:08:33 2010 -0400
local.css