DISQUS

2657 Productions News: Nested Lists and CSS

  • mrdwab · 2 years ago
    Just a quick note about this.... I'm not really posting this because it's anything groundbreaking or anything of the sort. All this web stuff is just a side interest of mine, and I like learning new things. But, sometimes, I forget these new things, so I thought I would use this space to remind myself—maybe in the process, someone else will find these useful too...
  • mrdwab · 3 months ago
    Update: This can be used either on a CSS class or a CSS ID. For example, when I updated the theme on this site, the main post area had changed from an ID called "content" to a class called "post-bodycopy." Because of this, I had to change the "#content" in the CSS to ".post-bodycopy" to get the same effect.