]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/style.css
web commit by JoshTriplett: Need to re-evaluate the contents of [[plugins/goodstuff...
[git.ikiwiki.info.git] / doc / style.css
index af460dd0d063777c540843acdeec54a69e999c89..b399e264324d2e424d394fd0dead250ee353b68b 100644 (file)
        padding: .2em .4em;
 }
 
-#backlinks {
-       margin: 1em 0;
+.tags {
+       clear: both;
 }
 
-.tags {
+#footer {
        clear: both;
+       margin: 1em 0;
+       border-top: 1px solid #000;
 }
 
 div.tags {
-       border-top: 1px solid #000;
+       margin-top: 1em;
 }
 
-#footer {
-       margin: 1em 0;
+#backlinks {
+       margin-top: 1em;
 }
 
 #searchform {
@@ -60,6 +62,10 @@ div.tags {
        width: 100%;
 }
 
+img {
+       border: 0px;
+}
+
 /* Stuff for the RecentChanges table. */
 tr.changeheader {
        background: #eee;
@@ -107,6 +113,7 @@ td.changelog {
        clear: both;
        font-style: italic;
        display: block;
+       margin-top: 1em;
 }
 
 /* Used for invalid form fields. */
@@ -239,13 +246,14 @@ input#openid_url {
        width: 25%
 }
 
-/* Used by the popup template. */
+/* Used by the popup template and for backlinks hiding. */
 .popup {
        border-bottom: 1px dotted #366;
        color: #366;
 }
 .popup .balloon,
-.popup .paren {
+.popup .paren,
+.popup .expand {
        display: none;
 }
 .popup:hover .balloon,
@@ -261,3 +269,12 @@ input#openid_url {
        -moz-opacity: 0.95;
        filter: alpha(opacity=95);
 }
+
+/* Formbuilder styling */
+fieldset {
+       margin: 1ex 0;
+       border: 1px solid black;
+}
+legend {
+       padding: 0 1ex;
+}