8000 Merge pull request #10 from GaelVaroquaux/pr_2201 · NelleV/scikit-learn@907ce12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 907ce12

Browse files
committed
Merge pull request scikit-learn#10 from GaelVaroquaux/pr_2201
CSS mucking around (yet again)
2 parents 169ce9b + d7e3fc7 commit 907ce12

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

doc/themes/scikit-learn/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
{% set script_files = script_files + ['_static/sidebar.js'] %}
2121
{% endif %}
2222

23-
{% block extrahead %}
24-
2523
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2624
<!-- Bootstrap -->
2725
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.min.css', 1) }}" media`="screen" />
2826
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap-responsive.css', 1) }}"/>
2927

28+
{% block extrahead %}
29+
3030
<script src="{{ pathto('_static/js/bootstrap.min.js', 1)}}"></script>
3131

3232
{%- if pagename == 'index' or pagename == 'documentation' %}

doc/themes/scikit-learn/static/nature.css_t

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ div.sphinxsidebarwrapper {
261261
{% if theme_collapsiblesidebar|tobool %}
262262
/* for collapsible sidebar */
263263
div#sidebarbutton {
264-
background-color: #F0F0F0;
264+
background-color: #F6F6F6;
265265
}
266266
{% endif %}
267267

@@ -803,3 +803,7 @@ div.box-links p {
803803
display: inline;
804804
}
805805

806+
div.row-fluid div.box h2 {
807+
padding-bottom: 0px;
808+
margin-bottom: -10px;
809+
}

doc/themes/scikit-learn/static/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $(function() {
124124
$(this).css('background-color', '#D0D0D0');
125125
},
126126
function () {
127-
$(this).css('background-color', '#F0F0F0');
127+
$(this).css('background-color', '#F6F6F6');
128128
}
129129
);
130130
}

0 commit comments

Comments
 (0)
0