Changes to page layout
May. 19th, 2009 06:32 pmI got another couple of things looking the way I want them! Woot!
Move icons to the left end of headers instead of the right: code provided by
afuna, instructions found here.
Multilevel tags list: instructions found in getting_started.
ETA: after the code push of 15th June: you don't need the CSS for icons-at-the-left any more; it's now an option on the Customize Style page.
CSS to get rid of the margins on Transmogrified (which used to be there only if you don't have the navbar):
#container {margin: 0;}
or, to make them narrower instead:
#container {margin: 0 1%;}
(or 2%, 3% or whatever); if you left out the 0 you'd get them at top and bottom as well.
Move icons to the left end of headers instead of the right: code provided by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Multilevel tags list: instructions found in getting_started.
ETA: after the code push of 15th June: you don't need the CSS for icons-at-the-left any more; it's now an option on the Customize Style page.
CSS to get rid of the margins on Transmogrified (which used to be there only if you don't have the navbar):
#container {margin: 0;}
or, to make them narrower instead:
#container {margin: 0 1%;}
(or 2%, 3% or whatever); if you left out the 0 you'd get them at top and bottom as well.