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 {
width: 100%;
}
+img {
+ border: 0px;
+}
+
/* Stuff for the RecentChanges table. */
tr.changeheader {
background: #eee;
clear: both;
font-style: italic;
display: block;
+ margin-top: 1em;
}
/* Used for invalid form fields. */
-moz-opacity: 0.95;
filter: alpha(opacity=95);
}
-.popup:hover .expand,
-.popup:focus .expand {
- display: inline;
-}