File tree 9 files changed +8
-79
lines changed
9 files changed +8
-79
lines changed Original file line number Diff line number Diff line change 1143
1143
1144
1144
a { padding : 0.3em 0.75em ; }
1145
1145
}
1146
-
1147
- #python-jetbrains-survey {
1148
- display : block ;
1149
- }
1150
-
1151
1146
}
1152
1147
1153
1148
1204
1199
.job-description {
1205
1200
@include pad ( 1 ,1 );
1206
1201
}
1207
-
1208
- #python-jetbrains-survey {
1209
- display : block ;
1210
- }
1211
-
1212
1202
}
1213
1203
1214
1204
1241
1231
}
1242
1232
1243
1233
.community-banner { background-position : 90% 0 ; }
1244
-
1245
- #python-jetbrains-survey {
1246
- display : block ;
1247
- }
1248
1234
}
Original file line number Diff line number Diff line change @@ -2322,9 +2322,6 @@ html[xmlns] .slides { display: block; }
2322
2322
.footer-links a {
2323
2323
padding : 0.3em 0.75em ; }
2324
2324
2325
- # python-jetbrains-survey {
2326
- display : block; }
2327
-
2328
2325
.flex-slideshow .home-slideshow .caption-wrapper {
2329
2326
float : left;
2330
2327
width : 49% ; }
@@ -2484,10 +2481,7 @@ html[xmlns] .slides { display: block; }
2484
2481
.event-description ,
2485
2482
.job-description {
2486
2483
padding-left : 8.51064% ;
2487
- padding-right : 8.51064% ; }
2488
-
2489
- # python-jetbrains-survey {
2490
- display : block; } }
2484
+ padding-right : 8.51064% ; } }
2491
2485
/* - - - Larger than 1200px - - - */
2492
2486
@media (min-width : 75em ) {
2493
2487
body : after {
@@ -2520,10 +2514,7 @@ html[xmlns] .slides { display: block; }
2520
2514
margin-right : 17.3913% ; }
2521
2515
2522
2516
.community-banner {
2523
- background-position : 90% 0 ; }
2524
-
2525
- # python-jetbrains-survey {
2526
- display : block; } }
2517
+ background-position : 90% 0 ; } }
2527
2518
/* http://dev.w3.org/csswg/css-device-adapt/
2528
2519
* http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
2529
2520
* for IE10 Snap Mode on Metro
Original file line number Diff line number Diff line change @@ -3065,20 +3065,9 @@ div.sidebar {
3065
3065
margin-top : 0.625em ;
3066
3066
margin-bottom : 0 ; }
3067
3067
3068
- # python-jetbrains-survey {
3069
- display : none; }
3070
- # python-jetbrains-survey > img {
3071
- display : block;
3072
- margin : auto; }
3073
-
3074
- .python-jetbrains-survey-index-page {
3075
- margin : -0.3125em 0 2.1875em 0 ; }
3076
-
3077
- .python-jetbrains-survey-community-page {
3078
- margin : 0.625em 0 1.5625em 0 ; }
3079
-
3080
- .python-jetbrains-survey-downloads-page {
3081
- margin : 0.3125em 0 1.5625em 0 ; }
3068
+ img .align-right {
3069
+ float : right;
3070
+ margin-left : 1.25em ; }
3082
3071
3083
3072
span .highlighted {
3084
3073
background-color : yellow; }
Original file line number Diff line number Diff line change @@ -2284,27 +2284,11 @@ div.sidebar {
2284
2284
}
2285
2285
}
2286
2286
2287
- // For Python survey
2288
-
2289
- #python-jetbrains-survey {
2290
- display : none ;
2291
- > img {
2292
- display : block ;
2293
- margin : auto ;
2294
- }
2295
- }
2296
-
2297
- .python-jetbrains-survey-index-page {
2298
- margin : px2em ( -5px ) 0 px2em ( 35px ) 0 ;
2299
- }
2300
-
2301
- .python-jetbrains-survey-community-page {
2302
- margin : px2em ( 10px ) 0 px2em ( 25px ) 0 ;
2287
+ img .align-right {
2288
+ float : right ;
2289
+ margin-left : px2em ( 20px );
2303
2290
}
2304
2291
2305
- .python-jetbrains-survey-downloads-page {
2306
- margin : px2em ( 5px ) 0 px2em ( 25px ) 0 ;
2307
- }
2308
2292
2309
2293
// For django-haystack's highlighter
2310
2294
Original file line number Diff line number Diff line change 22
22
23
23
< div class ="row ">
24
24
25
- < div id ="python-jetbrains-survey " class ="python-jetbrains-survey-community-page ">
26
- < a href ="https://surveys.jetbrains.com/s3/c9-python-developers-survey-2018 "
27
- title ="Join the official Python Developers Survey 2018 and win valuable prizes! ">
28
- < img src ="{{ STATIC_URL }}img/survey/jb_2018_banner_download_community_page.png ">
29
- </ a >
30
- </ div >
31
-
32
25
< div class ="small-widget community-widget1 ">
33
26
{% box 'community-widget1' %}
34
27
</ div >
Original file line number Diff line number Diff line change @@ -38,13 +38,6 @@ <h1 class="call-to-action">Download the latest version of Python</h1>
38
38
{% block content %}
39
39
< div class ="row download-list-widget ">
40
40
41
- < div id ="python-jetbrains-survey " class ="python-jetbrains-survey-downloads-page ">
42
- < a href ="https://surveys.jetbrains.com/s3/c8-python-developers-survey-2018 "
43
- title ="Join the official Python Developers Survey 2018 and win valuable prizes! ">
44
- < img src ="{{ STATIC_URL }}img/survey/jb_2018_banner_download_community_page.png ">
45
- </ a >
46
- </ div >
47
-
48
41
< h2 class ="widget-title "> Looking for a specific release?</ h2 >
49
42
< p class ="success-quote "> Python releases by version number:</ p >
50
43
Original file line number Diff line number Diff line change 36
36
37
37
{% block content %}
38
38
39
- < div id ="python-jetbrains-survey " class ="python-jetbrains-survey-index-page ">
40
- < a href ="https://surveys.jetbrains.com/s3/c7-python-developers-survey-2018 "
41
- title ="Join the official Python Developers Survey 2018 and win valuable prizes! ">
42
- < img src ="{{ STATIC_URL }}img/survey/jb_2018_banner_index_page.png ">
43
- </ a >
44
- </ div >
45
-
46
39
< div class ="row ">
47
40
48
41
< div class ="small-widget get-started-widget ">
You can’t perform that action at this time.
0 commit comments