width: 100%;
}
+img {
+ border: 0px;
+}
+
/* Stuff for the RecentChanges table. */
tr.changeheader {
background: #eee;
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,