diff options
author | Alex Legler <alex@a3li.li> | 2015-01-05 20:46:10 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-05 20:46:10 +0100 |
commit | 04452fddf98b5935aa848a996e7ecec485b928b9 (patch) | |
tree | c78513cf400da680582ff6d3c899c51530a65200 /sources | |
parent | Update Font-Awesome to 4.2.0 (diff) | |
download | tyrian-theme-04452fddf98b5935aa848a996e7ecec485b928b9.tar.gz tyrian-theme-04452fddf98b5935aa848a996e7ecec485b928b9.tar.bz2 tyrian-theme-04452fddf98b5935aa848a996e7ecec485b928b9.zip |
Set icon path to ''
Diffstat (limited to 'sources')
-rw-r--r-- | sources/css/tyrian/bootstrap/variables-tyrian.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/css/tyrian/bootstrap/variables-tyrian.less b/sources/css/tyrian/bootstrap/variables-tyrian.less index 9565644..dc9cfd3 100644 --- a/sources/css/tyrian/bootstrap/variables-tyrian.less +++ b/sources/css/tyrian/bootstrap/variables-tyrian.less @@ -29,6 +29,8 @@ @navbar-height: 40px; +@icon-font-path: ""; + // Default navbar (purple) @navbar-default-color: #fff; @navbar-default-bg: @gentoo-purple; |