aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 23:35:34 -0800
committerMark Otto <[email protected]>2012-01-24 23:35:34 -0800
commit6ab56051fdf916f03efb8aa6675e50bdd1cc3155 (patch)
tree03f81a867ee570a31c780e062ce6fbec73abb9d1 /docs/base-css.html
parentf2fe2b1798380ab65e88281ab4db47965cd5aaf8 (diff)
downloadbootstrap-6ab56051fdf916f03efb8aa6675e50bdd1cc3155.tar.xz
bootstrap-6ab56051fdf916f03efb8aa6675e50bdd1cc3155.zip
fix up docs css for responsive and subnav, fix forms error states
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 27251d824..6847c0616 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -368,7 +368,7 @@
<tr>
<td><code>&lt;pre class="prettyprint"&gt;</code></td>
<td>
- <p>Using the google-code-prettify library, you're blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.</p>
+ <p>Using the google-code-prettify library, your blocks of code get a slightly different visual style and automatic syntax highlighting. You can also add an additional class to add line numbers.</p>
<pre class="prettyprint">&lt;div&gt;
&lt;h1&gt;Heading&lt;/h1&gt;
&lt;p&gt;Something right here…&lt;/p&gt;