summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorSimon2011-03-12 16:19:13 +0100
committerSimon2011-03-12 16:19:13 +0100
commitce03c3beb219c803e4c1ab7f1cd34768843f2b29 (patch)
tree8fc46115818a62a161ac5f9706d7cbd28f6c39b3 /public
parentlayout geƤndert (diff)
downloadpbs2-ce03c3beb219c803e4c1ab7f1cd34768843f2b29.tar.gz
pbs2-ce03c3beb219c803e4c1ab7f1cd34768843f2b29.tar.xz
pbs2-ce03c3beb219c803e4c1ab7f1cd34768843f2b29.zip
sql korrigiert, layout angepasst, .htaccess angepasst
Diffstat (limited to 'public')
-rw-r--r--public/.htaccess1
-rw-r--r--public/media/css/style.css7
2 files changed, 8 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess
index 27c7eea..bafabf4 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,6 +1,7 @@
Deny from all
Allow from 132.230.0.0/255.255.0.0
Allow from 127.0.0.0/255.0.0.0
+Allow from 192.168.0.0/255.255.0.0
RewriteEngine On
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 6c749bb..08d3f29 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -118,6 +118,13 @@ body{font-family:sans,arial;
padding: 10px;
font-size:13px;
}
+#debug{
+ text-align:left;
+ position:absolute;
+ top:0px; right:0px;
+ width:400px;
+ display:none;
+}
/* ###################################################### */
#nav {