Show More
@@ -18,7 +18,6 b' var IPython = (function (IPython) {' | |||||
18 |
|
18 | |||
19 | Page.prototype.style = function () { |
|
19 | Page.prototype.style = function () { | |
20 | $('div#header').addClass('border-box-sizing'). |
|
20 | $('div#header').addClass('border-box-sizing'). | |
21 | addClass('ui-widget-content'). |
|
|||
22 | css('border-top-style','none'). |
|
21 | css('border-top-style','none'). | |
23 | css('border-left-style','none'). |
|
22 | css('border-left-style','none'). | |
24 | css('border-right-style','none'); |
|
23 | css('border-right-style','none'); |
@@ -3,7 +3,6 b' This is only required when different pages style the same element differently. T' | |||||
3 | a hack to deal with our current css styles and no new styling should be added in this file.*/ |
|
3 | a hack to deal with our current css styles and no new styling should be added in this file.*/ | |
4 |
|
4 | |||
5 | #ipython-main-app { |
|
5 | #ipython-main-app { | |
6 | width: 100%; |
|
|||
7 | position: relative; |
|
6 | position: relative; | |
8 | font-size: 110%; |
|
7 | font-size: 110%; | |
9 | } No newline at end of file |
|
8 | } |
@@ -3,6 +3,5 b' This is only required when different pages style the same element differently. T' | |||||
3 | a hack to deal with our current css styles and no new styling should be added in this file.*/ |
|
3 | a hack to deal with our current css styles and no new styling should be added in this file.*/ | |
4 |
|
4 | |||
5 | #ipython-main-app { |
|
5 | #ipython-main-app { | |
6 | width: 920px; |
|
|||
7 | margin: 30px auto 0px auto; |
|
6 | margin: 30px auto 0px auto; | |
8 | } |
|
7 | } |
@@ -11,7 +11,7 b'' | |||||
11 |
|
11 | |||
12 | {% block site %} |
|
12 | {% block site %} | |
13 |
|
13 | |||
14 | <div id="ipython-main-app"> |
|
14 | <div id="ipython-main-app" class="container"> | |
15 |
|
15 | |||
16 | {% if login_available %} |
|
16 | {% if login_available %} | |
17 | <div class="navbar"> |
|
17 | <div class="navbar"> |
@@ -10,7 +10,7 b'' | |||||
10 |
|
10 | |||
11 | {% block site %} |
|
11 | {% block site %} | |
12 |
|
12 | |||
13 | <div id="ipython-main-app"> |
|
13 | <div id="ipython-main-app" class="container"> | |
14 |
|
14 | |||
15 | {% if message %} |
|
15 | {% if message %} | |
16 | {% for key in message %} |
|
16 | {% for key in message %} |
@@ -20,7 +20,7 b' data-read-only={{read_only}}' | |||||
20 |
|
20 | |||
21 | {% block site %} |
|
21 | {% block site %} | |
22 |
|
22 | |||
23 | <div id="ipython-main-app"> |
|
23 | <div id="ipython-main-app" class="container"> | |
24 |
|
24 | |||
25 | <div id="tabs" class="tabbable"> |
|
25 | <div id="tabs" class="tabbable"> | |
26 | <ul class="nav nav-tabs" id="tabs"> |
|
26 | <ul class="nav nav-tabs" id="tabs"> |
General Comments 0
You need to be logged in to leave comments.
Login now