* RELEASE-NOTES from last commit
[lhc/web/wiklou.git] / skins / common / shared.css
index 4a4a86f..f980603 100644 (file)
@@ -22,4 +22,14 @@ div#mw-js-message {
        background-color: #fcfcfc;
 }
 
-
+/* Edit section links */
+.editsection {
+       float: right;
+       margin-left: 5px;
+}
+h1, h2, h3, h4, h5, h6 {
+       /* CSS voodoo magic: floats can interfere with each other unless we create
+          a new block formatting context for them to live in.  The most harmless
+          way to do that in CSS2.1 is to use overflow: hidden. */
+       overflow: hidden;
+}