diff options
author | friendica <info@friendica.com> | 2012-05-19 00:46:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-19 00:46:49 -0700 |
commit | a49bd0a6866a911d9d3c7a6df9a2cd23827a804f (patch) | |
tree | a0dfab92807017e0c8d1e6a4cd0e1f76e7e21b99 /view/theme/dispy/light/style.less | |
parent | 668e03d4e52c118cc0e28508cceb1c8ec2b1eabf (diff) | |
parent | ec858255091c710b4e00dc62cfeb71648cb0a82d (diff) | |
download | volse-hubzilla-a49bd0a6866a911d9d3c7a6df9a2cd23827a804f.tar.gz volse-hubzilla-a49bd0a6866a911d9d3c7a6df9a2cd23827a804f.tar.bz2 volse-hubzilla-a49bd0a6866a911d9d3c7a6df9a2cd23827a804f.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index d2f72520f..4e1b85031 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -303,7 +303,7 @@ h6 { [class$="-desc"], [id$="-desc"] { color: @bg_colour; - // background: @main_colour; + background: @main_colour; .borders(1px, outset, @bg_colour); .rounded_corners; // .box_shadow(3px, 3px, 5px); |