OSDN Git Service

se enter the commit message for your changes. Lines starting
[linuxjm/jm.git] / www / jm.css
index bf99802..7384f44 100644 (file)
@@ -5,7 +5,7 @@ div.mirror-navigator {
 
 div.copyright {
        text-align: right;
-       font-family: helvetica, sans-serif;
+       font-family: Helvetica, Arial, sans-serif;
        font-size: smaller;
        color: rgb(40%,40%,40%)
 }
@@ -31,6 +31,11 @@ div#googlesearch {
     width: 30em;
 }
 
+/* for narrower devices */
+@media (max-width:30em) {
+       div#googlesearch { width: 100%;}
+}
+
 body {
         background: lightcyan; /* BEIGE; */
        color: black;
@@ -95,8 +100,7 @@ pre {
         padding: 0em !important;
 }
 
-/* as of now, @import has not implemented in NN4 nor IE3-4 */
+/* Local configs for browsing locally downloaded files */
 @import url(local.css)
 
 /* EOF */
-