Show More
@@ -68,10 +68,3 b' input.ui-button {' | |||||
68 | span#login_widget { |
|
68 | span#login_widget { | |
69 | float: right; |
|
69 | float: right; | |
70 | } |
|
70 | } | |
71 |
|
||||
72 | .border-box-sizing { |
|
|||
73 | box-sizing: border-box; |
|
|||
74 | -moz-box-sizing: border-box; |
|
|||
75 | -webkit-box-sizing: border-box; |
|
|||
76 | } |
|
|||
77 |
|
@@ -1,11 +1,11 b'' | |||||
1 | // Bootstrap customizations specific to this page. |
|
1 | // Bootstrap customizations specific to this page. | |
2 |
|
2 | |||
3 |
@corner_radius: |
|
3 | @corner_radius: 4px; | |
4 |
@notebook_background |
|
4 | @notebook_background: white; | |
5 | @cell_selected_background: darken(@notebook_background, 2%); |
|
5 | @cell_selected_background: darken(@notebook_background, 2%); | |
6 | @cell_background: darken(@notebook_background, 3.2%); |
|
6 | @cell_background: darken(@notebook_background, 3.2%); | |
7 |
@border_color: |
|
7 | @border_color: darken(@cell_selected_background, 31%); | |
8 |
@light_border_color: |
|
8 | @light_border_color: darken(@cell_selected_background, 17%); | |
9 |
@borderwidth |
|
9 | @borderwidth: 1px; | |
10 |
@fontBaseColor |
|
10 | @fontBaseColor: black; | |
11 | @baseFontSize: 30pt; |
|
11 | @baseFontSize: 30pt; |
General Comments 0
You need to be logged in to leave comments.
Login now