Skip to content

Commit

Permalink
small layout changes for firefox, images taken from generated images now
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquesgrobler authored and GaelVaroquaux committed Aug 6, 2013
1 parent 5074c04 commit 1962149
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions doc/themes/scikit-learn/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,35 +128,35 @@

<div class="active item">
<a href="{{ pathto('auto_examples/plot_classifier_comparison') }}">
<img src="_static/banner_example1.png"></a>
<img src="_images/plot_classifier_comparison_1.png"></a>
</div>
<div class="item">
<a href="{{ pathto('auto_examples/cluster/plot_lena_ward_segmentation') }}">
<img src="_static/banner_example2.png"></a>
<img src="_images/plot_lena_ward_segmentation_1.png"></a>
</div>
<div class="item">
<a href="{{ pathto('auto_examples/svm/plot_oneclass') }}">
<img src="_static/banner_example3.png"></a>
<img src="_images/plot_oneclass_1.png"></a>
</div>
<div class="item">
<a href="{{ pathto('auto_examples/applications/plot_species_distribution_modeling') }}">
<img src="_static/banner_example4.png"></a>
<img src="_images/plot_species_distribution_modeling_1.png"></a>
</div>
<div class="item">
<a href="{{ pathto('auto_examples/decomposition/plot_faces_decomposition') }}">
<img src="_static/banner_example5.png"></a>
<img src="_images/plot_faces_decomposition_4.png"></a>
</div>
<div class="item">
<a href="{{ pathto('auto_examples/cluster/plot_kmeans_digits') }}">
<img src="_static/banner_example6.png"></a>
<img src="_images/plot_kmeans_digits_1.png"></a>
</div>
<div class="item">
<a href="{{ pathto('auto_examples/cluster/plot_cluster_comparison') }}">
<img src="_static/banner_example7.png"></a>
<img src="_images/plot_cluster_comparison_1.png"></a>
</div>
<div class="item">
<a href="{{ pathto('auto_examples/plot_lda_qda') }}">
<img src="_static/banner_example8.png"></a>
<img src="_images/plot_lda_qda_1.png"></a>
</div>

</div>
Expand Down
5 changes: 3 additions & 2 deletions doc/themes/scikit-learn/static/nature.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -858,14 +858,14 @@ div.carousel img {

div#examples_carousel img {
max-height: 201px;
height: 100%;
height: 186px;
background-color: #fff;
margin: 10px auto;
}

div#examples_carousel .carousel-indicators {
position: absolute;
top: 98%;
top: 217px;
right: 30%;
}

Expand All @@ -883,6 +883,7 @@ div#intro_to_sklearn_p li {

div#index_carousel_tn {
height: 226px;
width: 380px;
background: white;
}

Expand Down

0 comments on commit 1962149

Please sign in to comment.