diff options
author | friendica <info@friendica.com> | 2012-04-13 06:02:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-13 06:02:18 -0700 |
commit | 11ba88b6d21a40c302d21646dfa9366bb393931d (patch) | |
tree | feddc7956054f7966e2f4ebd4231df20e9e31fee /view/theme/quattro/icons.less | |
parent | df1904b204a969780609cac64bbb1a03a8dd3fcb (diff) | |
parent | f6e1ddf7fbcc122f5122336650e1cfaa71aed8e3 (diff) | |
download | volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.gz volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.tar.bz2 volse-hubzilla-11ba88b6d21a40c302d21646dfa9366bb393931d.zip |
Merge pull request #230 from fabrixxm/master
some work, mainly on quattro
Diffstat (limited to 'view/theme/quattro/icons.less')
-rw-r--r-- | view/theme/quattro/icons.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index 3688ae021..24e96b5aa 100644 --- a/view/theme/quattro/icons.less +++ b/view/theme/quattro/icons.less @@ -19,6 +19,9 @@ &.type-video{ background-image: url("../../../images/icons/@{size}/video.png"); } &.type-image{ background-image: url("../../../images/icons/@{size}/image.png"); } &.type-text { background-image: url("../../../images/icons/@{size}/text.png"); } + + &.language { background-image: url("icons/language.png"); } + } |