[IE6 CSS Fix
clinton@unknownlamer.org**20090228205320
Ignore-this: 26c5c8f13e22bf98c69000c71149ba32
IE6/7 can only use `display: inline-block' if the element is
/naturally/ inline. Swapping
for in the navbar fixes
things and makes the site look /acceptable/ in IE...
] hunk ./src/web-frontend.lisp 129
- (<:div
+ (<:span
hunk ./static/css/frontend.css 18
-.ucw-tabbed-pane-options div
+.ucw-tabbed-pane-options span