Skip to content
Open
10 changes: 10 additions & 0 deletions inyoka_theme_ubuntuusers/static/style/markup.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ a[href^="https://forum.ubuntuusers.de/forum/"] {
a[href$=".pdf"]:before {
content: '📄 ';
}
a[href^="https://github.com"] {
background-image: url(../img/icons/small/github.png);
background-repeat: no-repeat;
padding-left: 16px;
}
a[href^="http://github.com"] {
background-image: url(../img/icons/small/github.png);
background-repeat: no-repeat;
padding-left: 16px;
}

#page table {
width: auto; // override behaviour of main.css for wiki & ikhaya
Expand Down