File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 132
132
background-position-y : -240px ;
133
133
}
134
134
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
+ }
135
145
136
146
/* Browser Support */
137
147
Original file line number Diff line number Diff line change @@ -1373,6 +1373,40 @@ h2.logo a {
1373
1373
background : url(../ images/logo-jquery-foundation.png) no-repeat;
1374
1374
}
1375
1375
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
+
1376
1410
# logo-events aside {
1377
1411
float : right;
1378
1412
}
You can’t perform that action at this time.
0 commit comments