diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/widgets.css | 3 | ||||
-rw-r--r-- | view/php/theme_init.php | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index abaf03038..fcce30529 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -1,6 +1,5 @@ .widget { - margin-bottom: 10px; - padding: 10px; + padding: 10px 10px 20px 10px; } .widget h3 { diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 1fb07ae4f..85da4d782 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -26,7 +26,7 @@ head_add_js('library/jquery-textcomplete/jquery.textcomplete.js'); //head_add_js('library/colorbox/jquery.colorbox.js'); head_add_js('library/jquery.timeago.js'); head_add_js('library/readmore.js/readmore.js'); -head_add_js('library/sticky-kit/sticky-kit.min.js'); +head_add_js('library/sticky-kit/sticky-kit.js'); //head_add_js('library/jquery_ac/friendica.complete.js'); //head_add_js('library/tiptip/jquery.tipTip.minified.js'); head_add_js('library/jgrowl/jquery.jgrowl_minimized.js'); |