Skip to content

Commit

Permalink
slightly more mobile-friendly docs
Browse files Browse the repository at this point in the history
  • Loading branch information
usmonster committed Sep 27, 2015
1 parent 09af33d commit e3a7f47
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions index.html
Expand Up @@ -14,10 +14,6 @@
font-size: 13px;
padding: 0 0 50px 0;
}
.contain {
width: 800px;
margin: 0 auto;
}
h1 {
margin: 40px 0 20px 0;
}
Expand All @@ -43,7 +39,7 @@
</head>
<body>

<div class="contain">
<div class="container">

<h1>
jQuery.Gantt
Expand Down Expand Up @@ -178,7 +174,7 @@ <h2 id="config">
<code>"buttons"</code>
</td>
<td>
string ("buttons","scroll")
string ("buttons", "scroll")
</td>
</tr>
<tr>
Expand All @@ -189,7 +185,7 @@ <h2 id="config">
<code>"days"</code>
</td>
<td>
string ("months","weeks","days","hours")
string ("months", "weeks", "days", "hours")
</td>
</tr>
<tr>
Expand All @@ -200,7 +196,7 @@ <h2 id="config">
<code>"months"</code>
</td>
<td>
string ("months","weeks","days","hours")
string ("months", "weeks", "days", "hours")
</td>
</tr>
<tr>
Expand All @@ -211,7 +207,7 @@ <h2 id="config">
<code>"hours"</code>
</td>
<td>
string ("months","weeks","days","hours")
string ("months", "weeks", "days", "hours")
</td>
</tr>
<tr>
Expand Down Expand Up @@ -257,7 +253,7 @@ <h2 id="config">
<code>false</code></td>
<td>
indicates whether or not cookies should be used to save and restore the chart's view state (scale, scroll position) between page loads;
<code><a href="https://github.com/carhartl/jquery-cookie" target="_blank">jquery.cookie.js</a></code> needs to be referenced for this to work</td>
<code><a href="https://github.com/carhartl/jquery-cookie" target="_blank">jquery.cookie</a></code> needs to be referenced for this to work</td>
</tr>
<tr>
<td>
Expand Down

0 comments on commit e3a7f47

Please sign in to comment.