diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-29 16:20:47 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-29 16:20:47 -0700 |
commit | 4117ada2fd52e8189fae547887af7711e9f8af54 (patch) | |
tree | 70a0928f97876f23a8931d7b5c88d2e38113106e /view/theme/redbasic | |
parent | 3727bea29acb79f66c15b155133ef3bb98d93d49 (diff) | |
parent | c410ffd10baccfc34b34c49b81849171ac2dcd01 (diff) | |
download | volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.tar.gz volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.tar.bz2 volse-hubzilla-4117ada2fd52e8189fae547887af7711e9f8af54.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2b0f3b853..a6d1d2a7e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1267,14 +1267,6 @@ img.mail-conv-sender-photo { font-size: $body_font_size; } -.wall-item-head { - padding: 10px 10px 0.5em 10px; -} - -.wall-item-content { - padding: 0.5em 10px; -} - .wall-event-item { padding: 10px; color: #fff; @@ -1289,11 +1281,6 @@ img.mail-conv-sender-photo { border-top-left-radius: $radiuspx; } -.wall-item-tools { - padding: 0.5em 10px 10px 10px; -} - - .wall-item-title { font-size: $font_size; } |