]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
style.css: Improvements to make floating sidebar fit better on pages with inlines.
[ikiwiki.git] / doc / style.css
index 4ea77573ac63f10357687827841cdb064f7888f2..d88c93778dec38754d994fcfd6517c61fa5a5b56 100644 (file)
@@ -29,12 +29,13 @@ nav {
 
 .actions ul {
        margin: 0;
-       padding: 6px;
+       padding: 6px .4em;
+       height: 1em;
        list-style-type: none;
 }
 .actions li {
        display: inline;
-       padding: .2em .4em;
+       padding: .2em;
 }
 .pageheader .actions ul {
        border-bottom: 1px solid #000;
@@ -109,7 +110,12 @@ nav {
 }
 
 #editcontent {
-       width: 100%;
+       width: 98%;
+}
+
+.editcontentdiv {
+       width: auto;
+       overflow: auto;
 }
 
 img {
@@ -120,8 +126,8 @@ div.recentchanges {
        border-style: solid;
        border-width: 1px;
        overflow: auto;
-       clear: both;
-       width: 100%;
+       width: auto;
+       clear: none;
        background: #eee;
        color: black !important;
 }
@@ -175,6 +181,7 @@ div.recentchanges {
 .inlinepage {
        padding: 10px 10px;
        border: 1px solid #aaa;
+       overflow: auto;
 }
 
 .pagedate,