Skip to content

Commit 2b3b8c3

Browse files
adamzapbmispelon
authored andcommitted
Remove assets for removed django-companies element
The SCSS and images removed here predate even 73d29b7, so it's hard to tell when they were added. Searching shows that the images, class, and mixin are no longer used. Plus, the Rdio service was discontinued at the end of 2015, so that's a hint.
1 parent 7c8de77 commit 2b3b8c3

12 files changed

+0
-125
lines changed

djangoproject/scss/_style.scss

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -833,53 +833,6 @@ blockquote {
833833
background: darken($green-medium, 2%);
834834
}
835835
}
836-
837-
.django-companies {
838-
max-width: 750px;
839-
margin: 0 auto;
840-
list-style: none;
841-
padding: 0 0 0 30px;
842-
843-
li {
844-
width: 144px;
845-
display: inline-block;
846-
text-indent: -1000px;
847-
overflow: hidden;
848-
margin: 0;
849-
850-
a {
851-
display: block;
852-
height: 46px;
853-
background-position: center;
854-
background-repeat: no-repeat;
855-
856-
&.company-mozilla {
857-
@include svg-image(company-mozilla);
858-
background-position: center 7px;
859-
}
860-
861-
&.company-pinterest {
862-
@include svg-image(company-pinterest);
863-
background-position: center 7px;
864-
}
865-
866-
&.company-theguardian {
867-
@include svg-image(company-theguardian);
868-
background-position: center 14px;
869-
}
870-
871-
&.company-instagram {
872-
@include svg-image(company-instagram);
873-
background-position: center 10px;
874-
}
875-
876-
&.company-rdio {
877-
@include svg-image(company-rdio);
878-
background-position: 15px 6px;
879-
}
880-
}
881-
}
882-
}
883836
}
884837
}
885838

djangoproject/scss/_utils.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,6 @@ html {
135135
}
136136
}
137137

138-
@mixin svg-image ($name ) {
139-
background-image: url('../img/' +$name+'.png');
140-
141-
.mdzr-svg & {
142-
background-image: url('../img/' +$name+'.svg');
143-
}
144-
}
145-
146138
// Green Link Mixin
147139
@mixin link-green {
148140
color: var(--link-color);
-3.69 KB
Binary file not shown.

djangoproject/static/img/company-instagram.svg

Lines changed: 0 additions & 14 deletions
This file was deleted.
-3 KB
Binary file not shown.

0 commit comments

Comments
 (0)