diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 5d9b8d9d8..cb742ba55 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1390,7 +1390,7 @@ table.search_gallery { } #owner_block_desc { - padding:0 0 4px 0; + padding:4px 0 4px 0; margin:0 0 0 0; line-height: 1.2em; border-bottom:1px solid #cccccc; @@ -1401,7 +1401,12 @@ table.search_gallery { padding:3px 0 0 0; min-height:35px; font-weight: bold; +} +.ownerblockline { + padding:0; + margin:0; border-bottom:1px solid #cccccc; + height:1px; } #owner_block_submenu { margin:20px 0 20px 0; |