Explorar o código

fix some things

Michelle Bu %!s(int64=11) %!d(string=hai) anos
pai
achega
faf1efc5a9
Modificáronse 3 ficheiros con 4 adicións e 2 borrados
  1. 1 0
      docs/index.html
  2. 2 2
      docs/style.css
  3. 1 0
      docs/template.html

+ 1 - 0
docs/index.html

@@ -1,5 +1,6 @@
 <head>
   <title>PeerJS Documentation</title>
+  <meta name="viewport" content="width=device-width, user-scalable=false;">
   <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
   <link href="./style.css" rel="stylesheet" type="text/css">
   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

+ 2 - 2
docs/style.css

@@ -41,7 +41,7 @@ header.right {
   color: #E2A62E;
   letter-spacing: 1px;
   text-transform: uppercase;
-  font-size: 15px;
+  font-size: 14px;
   margin: 0;
   padding: 6px 10px;
   text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
@@ -128,7 +128,7 @@ section.start pre {
   color: #e7e0e5;
   text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
   max-width: 100%;
-  overflow: scroll;
+  overflow: auto;
 }
 /** /code */
 

+ 1 - 0
docs/template.html

@@ -1,5 +1,6 @@
 <head>
   <title>PeerJS Documentation</title>
+  <meta name="viewport" content="width=device-width, user-scalable=false;">
   <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
   <link href="./style.css" rel="stylesheet" type="text/css">
   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>