diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-19 03:15:35 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-19 03:15:35 -0400 |
commit | 4a35a517246a25899a965cb16382136f6fe92c17 (patch) | |
tree | 5e5d6b32ccbcc44e02ca8a1efeca56eea46a2b3d /view/theme/dispy/light/style.less | |
parent | 2cee9ec5c830098b5c57ae0c3d2a3d4e6697bce2 (diff) | |
download | volse-hubzilla-4a35a517246a25899a965cb16382136f6fe92c17.tar.gz volse-hubzilla-4a35a517246a25899a965cb16382136f6fe92c17.tar.bz2 volse-hubzilla-4a35a517246a25899a965cb16382136f6fe92c17.zip |
fix -desc again
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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); |