From b847faf37f53111ca6bd435e4374b3bbbe4a8c28 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 30 Dec 2014 22:02:55 +1300 Subject: Fix fonts, stylesheets, add much more flexible bootstrap over-rides. --- web/src/css/vendor-bootstrap-variables.less | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 web/src/css/vendor-bootstrap-variables.less (limited to 'web/src/css/vendor-bootstrap-variables.less') diff --git a/web/src/css/vendor-bootstrap-variables.less b/web/src/css/vendor-bootstrap-variables.less new file mode 100644 index 00000000..b2818993 --- /dev/null +++ b/web/src/css/vendor-bootstrap-variables.less @@ -0,0 +1,6 @@ + +@navbar-height: 32px; +@navbar-default-link-color: #303030; +@navbar-default-color: #303030; +@navbar-default-bg: #ffffff; +@navbar-default-border: #e0e0e0; -- cgit v1.2.3