]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/empty_div_element.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info
[ikiwiki.git] / doc / bugs / empty_div_element.mdwn
index 7a196e438f832ca496da0bd496e90e36a6059407..7e28730fd9689bfc8de34713bf02bf62067debcc 100644 (file)
@@ -7,7 +7,7 @@ For instance, something like this:
 
 etc. For bonus points, the number could be configurable. To avoid empty content, style.css should have something like this:
 
-    .extra {
+    .aux {
         display: none;
     }
 
@@ -29,3 +29,7 @@ This can then be used to move things around. For instance, I have on my website'
 which adds my hackergochi to the bottom left of the webpage, with some margin.
 
 I tried looking for something like this, but I couldn't find it. Perhaps I just didn't look in the right places, though; apologies if that is the case.
+
+> This can easily be achieved by modifying [[templates]]. Simply copy the default page template to the template directory of your wiki, and modify it to add your empty divs.
+>
+> -- [[Louis|spalax]]