diff options
author | friendica <info@friendica.com> | 2012-03-30 14:58:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-30 14:58:44 -0700 |
commit | 007d67a998eb8f26228ddd22bb0323d54af9af8c (patch) | |
tree | 01d8d450ccc447b50138f2fa5d7a15e953ac85f6 /view/theme/quattro/green/style.less | |
parent | f50fb7d6ca47729c7cb464f84b768d56e35b62d6 (diff) | |
parent | be2005f146fc8d482734ca48ec594bc3f797360c (diff) | |
download | volse-hubzilla-007d67a998eb8f26228ddd22bb0323d54af9af8c.tar.gz volse-hubzilla-007d67a998eb8f26228ddd22bb0323d54af9af8c.tar.bz2 volse-hubzilla-007d67a998eb8f26228ddd22bb0323d54af9af8c.zip |
Merge pull request #188 from fabrixxm/master
Display settings tab and theme settings code
Diffstat (limited to 'view/theme/quattro/green/style.less')
-rwxr-xr-x | view/theme/quattro/green/style.less | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/quattro/green/style.less b/view/theme/quattro/green/style.less new file mode 100755 index 000000000..7d81e788a --- /dev/null +++ b/view/theme/quattro/green/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"; + + + + |