Kontakticons ohne Popup (Bug 64)

This commit is contained in:
eggy
2017-08-15 19:43:50 +02:00
parent 96c4c2a5d4
commit a39eb81d78
3 changed files with 45 additions and 12 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
border-bottom: 1px dotted;
border-right: 1px dotted;
display: block;
float: left;
/*float: left;*/
padding: 8px;
}
+31
View File
@@ -23,6 +23,37 @@
@import url("debianforum.css?v=3.2");
#debianforum-contact-icons {
background-color: "#ff0000";
display: block;
padding: 5px;
font-size:0;
height: 16px;
width: 16px;
background-image: url("./images/icons_contact.png");
}
.debianforum-contact-icon {
background-image: url("./images/icons_contact.png");
background-repeat: no-repeat;
display: block;
height: 16px;
width: 16px;
font-size:0;
}
.contact-icons a {
border-bottom: 1px dotted;
border-right: 1px dotted;
display: block;
/*float: left;*/
padding: 8px;
}
#debianforum_outer {
}