notebook/IPython/html/static/base/less/variables.less
Matthias BUSSONNIER 74683da8ad use baseBorderRadius instead of corner_radius
as it already exist in Bootstrap
2013-11-11 15:58:56 +01:00

11 lines
300 B
Plaintext

// Our customizations to bootstrap go here.
@textColor: @black;
@baseFontSize: 13px;
@monoFontFamily: monospace; // to allow user to customize their fonts
@navbarHeight: 36px;
// Our own global variables for all pages go here
@code_line_height: 1.231em;