##// END OF EJS Templates
Updating notebook.less to use baseLineHeight from variables.
Updating notebook.less to use baseLineHeight from variables.

File last commit:

r10724:4b205430
r10725:79ff2f0f
Show More
variables.less
9 lines | 215 B | text/x-less | LessCssLexer
// Our customizations to bootstrap go here.
@textColor: @black;
@baseFontSize: 13px;
@baseLineHeight: 1.231;
// Our own global variables for all pages go here
@corner_radius: 4px;