##// END OF EJS Templates
Merge pull request #5759 from minrk/travis-3.4...
Merge pull request #5759 from minrk/travis-3.4 test with Python 3.4 on Travis

File last commit:

r15960:9e8d2cc2
r16553:51fb84bb merge
Show More
completer.less
25 lines | 475 B | text/x-less | LessCssLexer
Brian E. Granger
Splitting notebook.less into separate files.
r10730 .completions {
position: absolute;
z-index: 10;
overflow: hidden;
border: 1px solid @border_color;
Brian E. Granger
More tabs to spaces on less files.
r13696 .corner-all;
.box-shadow(0px 6px 10px -1px #adadad);
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
.completions select {
background: white;
outline: none;
border: none;
padding: 0px;
margin: 0px;
overflow: auto;
font-family: @monoFontFamily;
Brian E. Granger
More tabs to spaces on less files.
r13696 font-size: 110%;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 color: @textColor;
Jonathan Frederic
Move width auto into less
r15960 width: auto;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
.completions select option.context {
Brian E. Granger
Cleaning up indentation and spacing of less files touched.
r13778 color: @blueDark;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }