Skip to content

Commit f92dfcc

Browse files
committed
add jquery small logos as sprites and related css
1 parent ede6cb4 commit f92dfcc

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

themes/jquery.com/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ a,
132132
background-position-y: -240px;
133133
}
134134

135+
/* Project Tiles */
136+
137+
.project-tile {
138+
padding-top: 1em;
139+
padding-bottom: 1em;
140+
text-align: center;
141+
}
142+
.project-tile a {
143+
color: #FFF;
144+
}
135145

136146
/* Browser Support */
137147

themes/jquery/css/base.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,40 @@ h2.logo a {
13731373
background: url(../images/logo-jquery-foundation.png) no-repeat;
13741374
}
13751375

1376+
.logo.small {
1377+
height: 30px;
1378+
background: url('../images/projectlogosfull-small.png') no-repeat;
1379+
}
1380+
1381+
.jquery.logo.small {
1382+
width:109px;
1383+
background-position: -0px 0px;
1384+
}
1385+
.jquery-foundation.logo.small {
1386+
width: 109px;
1387+
background-position: -109px 0px;
1388+
}
1389+
.jquery-events.logo.small {
1390+
width: 109px;
1391+
background-position: -218px 0px;
1392+
}
1393+
.jqueryui.logo.small {
1394+
width: 114px;
1395+
background-position: -327px 0px;
1396+
}
1397+
.jquery-mobile.logo.small {
1398+
width: 122px;
1399+
background-position: -441px 0px;
1400+
}
1401+
.qunitjs.logo.small {
1402+
width: 105px;
1403+
background-position: -563px 0px;
1404+
}
1405+
.sizzlejs.logo.small {
1406+
width: 105px;
1407+
background-position: -668px 0px;
1408+
}
1409+
13761410
#logo-events aside {
13771411
float: right;
13781412
}
21.9 KB
Loading

0 commit comments

Comments
 (0)