##// END OF EJS Templates
Updating notebook.less to use baseLineHeight from variables.
r10725:79ff2f0f
Show More
variables.less
9 lines | 215 B | text/x-less | LessCssLexer
Brian E. Granger
Adding files that I mised in the last commit.
r10713 // Our customizations to bootstrap go here.
Brian E. Granger
Working on cleaning up our less files.
r10700
@textColor: @black;
Brian E. Granger
Fixing styles by overriding bootstrap.
r10724 @baseFontSize: 13px;
@baseLineHeight: 1.231;
Brian E. Granger
Adding files that I mised in the last commit.
r10713
// Our own global variables for all pages go here
@corner_radius: 4px;