diff --git a/cms/config/definitions.conf.php b/cms/config/definitions.conf.php index c9a96bd..6bb8b46 100644 --- a/cms/config/definitions.conf.php +++ b/cms/config/definitions.conf.php @@ -5,8 +5,8 @@ define('JQUERY_UI', '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.m define('JQUERY_UI_CSS', '//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.min.css'); define('JQUERY_UI_HANDLER', STATIC_URL.'js/jquery_ui_handler.js'); -define('BOOTSTRAP', '//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js'); -define('BOOTSTRAP_CSS', '//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css'); +define('BOOTSTRAP', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'); +define('BOOTSTRAP_CSS', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'); define('WYSIWYG_EDITOR', '//tinymce.cachefly.net/4.0/tinymce.min.js'); define('WYSIWYG_EDITOR_INIT', BASE_URL . 'static/js/wysiwyg_init.js'); diff --git a/cms/data/content.sqlite b/cms/data/content.sqlite index 7b76b01..7d800f2 100644 Binary files a/cms/data/content.sqlite and b/cms/data/content.sqlite differ diff --git a/cms/data/userdata.sqlite b/cms/data/userdata.sqlite index a1c7056..c6e88ce 100644 Binary files a/cms/data/userdata.sqlite and b/cms/data/userdata.sqlite differ diff --git a/static/css/style.css b/static/css/style.css index 299dc29..1ff9804 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,8 +27,8 @@ header ul { padding:20px 0 0 0; } .caption { margin:3px 0 3px 0; color:#808080; font-style:italic; } .thumbnail { max-width:100% !important; height:auto; } -.thumbnail-left { float:left; margin:0 15px 10px 0; } -.thumbnail-right { float:right; margin:0 0 10px 15px; } +.thumbnail-left { float:left; margin:0 10px 10px 0; } +.thumbnail-right { float:right; margin:0 0 10px 10px; } .thumbnail img { width:100%; } a.thumbnail:hover { opacity:0.9; }