Merge branch 'master' of ../geekigeeki_data/
authorBernie Innocenti <bernie@codewiz.org>
Sat, 7 Jul 2018 09:11:48 +0000 (05:11 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Sat, 7 Jul 2018 09:11:48 +0000 (05:11 -0400)
sys/EditPage
sys/geekigeeki.css

index a32dcc9a6cc8edc5d301f9b464f6afa9601253a6..47ab7d12d14b40b217e9fa6c868787d60c38d071 100644 (file)
@@ -16,7 +16,7 @@ Editing **<<CgiVar|QUERY_STRING>>** for **<<CgiVar|REMOTE_USER>>** from **<<CgiV
 </form></div>
 
 <script language="javascript">
-document.forms[0].savetext.focus()
+document.editform.savetext.focus()
 </script>
 
 [[EditingTips]]
index f02847acbd97a4a2228fec83bbe31668393ac23a..11c23e7c691fc2fc99260a61dded50515201aa93 100644 (file)
@@ -35,12 +35,7 @@ h1 {
        color: #3377FF;
        border: #5599EE;
        background-color: #D0F0FF;
-
-       border-style: solid;
-       border-left-style: none;
-       border-right-style: none;
-       border-top-width: thin;
-       border-bottom-width: thin;
+       clear: both;
 
        margin-bottom: 0.2em;
        margin-top: 2em;
@@ -401,7 +396,7 @@ div .innerthumb {
        h3 { font-size: 12pt; border: none; }
        h4 { font-size: 12pt; border: none; }
        h5 { font-size: 12pt; border: none; }
-       a, a:link, a:visited { color: #225; text-decoration: underline; }
+       a { text-color: #225; text-decoration: underline; }
        .heading:link, .heading:visited { display: none; }
        #footer { display: none; }
        .nav { display: none; }