diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-16 05:32:08 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-16 05:32:08 -0400 |
commit | 7eb73bc600a17e7611d3c77ef777bf81becfb0b5 (patch) | |
tree | 32b6eb5efd5a55e9afb861dff7eb1a05f3242c2e /view/theme/dispy/light/style.less | |
parent | 2d6c6255f9a9c2f21c1e48105ce36b0f8c3418cc (diff) | |
download | volse-hubzilla-7eb73bc600a17e7611d3c77ef777bf81becfb0b5.tar.gz volse-hubzilla-7eb73bc600a17e7611d3c77ef777bf81becfb0b5.tar.bz2 volse-hubzilla-7eb73bc600a17e7611d3c77ef777bf81becfb0b5.zip |
get rid of the monstrosity for .button. need to find alternate solution
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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index 51ffbd1f2..399578ba7 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -283,20 +283,20 @@ h6 { } .button, #profile-listing-desc { - .box(25%, auto); - background: @menu_bg_colour; + // .box(25%, auto); + // background: @menu_bg_colour; color: @bg_colour; - .borders(2px, outset, darken(@menu_bg_colour, 20%)); - .rounded_corners; + // .borders(2px, outset, darken(@menu_bg_colour, 20%)); + // .rounded_corners; padding: 5px; - font-size: smaller; + // font-size: smaller; cursor: pointer; &.active { .box_shadow(4px, 4px, 7px); } a { color: @bg_colour; - font-size: smaller; + // font-size: smaller; font-weight: bold; } } |