diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index a7dee04b6..90bd3f8c2 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -702,9 +702,12 @@ input#dfrn-url { float: left; } .wall-item-wrapper { - margin-top: 30px; float: left; } +.wall-item-lock { + height: 20px; + margin-top: 10px; +} .wall-item-ago { color: #888888; |