]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/style.css
web commit from 83.237.242.248: poll vote (Accept only OpenID for logins)
[git.ikiwiki.info.git] / doc / style.css
index af460dd0d063777c540843acdeec54a69e999c89..0143b8facf4fe4c5ff8ab58e33ced6da6ea7ca82 100644 (file)
@@ -60,6 +60,10 @@ div.tags {
        width: 100%;
 }
 
+img {
+       border: 0px;
+}
+
 /* Stuff for the RecentChanges table. */
 tr.changeheader {
        background: #eee;
@@ -239,13 +243,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,