+
@@ -68,7 +68,7 @@
-
-
+
-
+
diff --git a/cms/templates/subtemplates/notes.inc.tpl b/cms/templates/subtemplates/notes.inc.tpl
index d69746d..5607fe5 100644
--- a/cms/templates/subtemplates/notes.inc.tpl
+++ b/cms/templates/subtemplates/notes.inc.tpl
@@ -1,22 +1,22 @@
-
-
-
+
+
+
-
+
+]
diff --git a/index.php b/index.php
index 98db925..11b21a5 100644
--- a/index.php
+++ b/index.php
@@ -72,7 +72,7 @@ try
// load replacement functions for the multibyte string functions
// if they are not available:
- if(!defined('MB_CASE_LOWER')) require('./cms/includes/functions.mb_replacements.inc.php');
+ #if(!defined('MB_CASE_LOWER')) require('./cms/includes/functions.mb_replacements.inc.php');
require('./cms/includes/classes/Database.class.php');
$database = new Database();
@@ -151,16 +151,16 @@ try
}
}
- if(isset($_GET['get_1']) && $_GET['get_1']==IMAGE_IDENTIFIER && isset($_GET['get_2']))
- {
- // photo:
- include(BASE_PATH.'cms/includes/photo.inc.php');
- }
- else
- {
+ #if(isset($_GET['get_1']) && $_GET['get_1']==IMAGE_IDENTIFIER && isset($_GET['get_2']))
+ # {
+ # // photo:
+ # include(BASE_PATH.'cms/includes/photo.inc.php');
+ # }
+ #else
+ # {
// regular content:
include(BASE_PATH.'cms/includes/content.inc.php');
- }
+ # }
if(isset($_SESSION[$settings['session_prefix'].'user_id'])) $localization->add_language_file(BASE_PATH.'cms/lang/'.$settings['admin_language'].'.admin.lang.php');
diff --git a/static/css/style.css b/static/css/style.css
index a4bd6fc..d1c4271 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -18,9 +18,12 @@ header ul { padding:20px 0 0 0; }
.topsep { margin:10px 0 15px 0; }
.main-content p,
-.main-content ul,
+.main-content ul { line-height:175%; }
+.sidebar { margin-top:30px; }
.sidebar p,
.sidebar ul { line-height:175%; }
+.teaser p { margin-top:0; }
+.teaser .thumbnail { margin-bottom:5px; }
.caption { margin:3px 0 3px 0; color:#808080; font-style:italic; }
.thumbnail { max-width:100% !important; height:auto; }
@@ -46,7 +49,7 @@ a.thumbnail:hover { opacity:0.9; }
.overview h2 a { color:#333; text-decoration:none; }
-.news { margin-bottom:30px; }
+.news { margin:30px 0 30px 0; }
.news:first-child { margin-top:20px; }
.news h2 { margin:0; padding:0; }
.news h2 a { color:#333; text-decoration:none; }
@@ -100,9 +103,8 @@ a.pdf { padding-left:23px; background-image:url(../img/p
@media (min-width: 992px)
{
- .sidebar { padding-left:30px; }
.header .nav { margin-top:37px; float:right; text-align:right; }
- .sidebar { padding-left:50px; }
+ .sidebar { margin-top:0; }
}
@media screen and (max-width:768px)