mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
Kontakticons ohne Popup (Bug 64)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
border-bottom: 1px dotted;
|
||||
border-right: 1px dotted;
|
||||
display: block;
|
||||
float: left;
|
||||
/*float: left;*/
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user