diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,6 +1,13 @@ -/* ikiwiki local style sheet */ +/* ikiwiki local style sheet -/* Add local styling here, instead of modifying style.css. */ + Copyright © 2007 Free Software Foundation, Inc. + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.2 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the + license is included in the section entitled ``GNU Free Documentation + License''. */ /* * Someone else please work on this stuff -- someone who knows to make it @@ -49,8 +56,8 @@ pre margin-bottom: 1.5em; margin-top: 0; } - -h1, h2, h3, h4, h5, h6, table, p, ol, ul, li, div, pre { +h1, h2, h3, h4, h5, h6, table, p, ol, ul, li, div, pre +{ clear: left; } |