diff options
author | Friendika <info@friendika.com> | 2011-09-27 01:04:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 01:04:54 -0700 |
commit | 25ac93f44d92b839c5012ba8cbb7ecf221658eff (patch) | |
tree | 534884f33c8a51f3b00bb68b275ba1be3b0ddab2 /view/theme/quattro/style.less | |
parent | 069a76bff4d635e65ccfd27dcf81bf3531fbfc61 (diff) | |
parent | e9638b69801cee3e74a97825f9af3749c9322c53 (diff) | |
download | volse-hubzilla-25ac93f44d92b839c5012ba8cbb7ecf221658eff.tar.gz volse-hubzilla-25ac93f44d92b839c5012ba8cbb7ecf221658eff.tar.bz2 volse-hubzilla-25ac93f44d92b839c5012ba8cbb7ecf221658eff.zip |
Merge pull request #3 from fabrixxm/master
Works on UI
Diffstat (limited to 'view/theme/quattro/style.less')
-rw-r--r-- | view/theme/quattro/style.less | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/quattro/style.less b/view/theme/quattro/style.less new file mode 100644 index 000000000..c3dbae777 --- /dev/null +++ b/view/theme/quattro/style.less @@ -0,0 +1,14 @@ +/** + * Fabio Comuni <http://kirgroup.com/profile/fabrixxm> + **/ +// Less file http://lesscss.org/ +// compile with lessc +// $ lessc style.less > style.css + +@import "colors"; +@import "icons"; +@import "quattro"; + + + + |