summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJed Foster <jed@jedfoster.com>2013-04-26 08:11:30 -0700
committerJed Foster <jed@jedfoster.com>2013-04-26 08:11:30 -0700
commitdb42591284567c51108d0563db001205e0b19d9d (patch)
treeb1aadd011da1daab902810f57ff1bdfad6cbbbc1
parentd041632954a2b2f5e7c608571246270665968a5a (diff)
downloadReadmore.js-db42591284567c51108d0563db001205e0b19d9d.zip
Readmore.js-db42591284567c51108d0563db001205e0b19d9d.tar.gz
Readmore.js-db42591284567c51108d0563db001205e0b19d9d.tar.bz2
Tweak margins on demo section
-rw-r--r--demo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo.html b/demo.html
index 4f2a0aa..ec21437 100644
--- a/demo.html
+++ b/demo.html
@@ -17,7 +17,7 @@
a { color: #178DB1; }
#container { margin: 0 auto; max-width: 960px; }
#info { border-bottom: 1px solid #999; }
- #demo { padding: 0 15%; }
+ #demo { padding: 0 10%; }
</style>
</head>
@@ -98,7 +98,7 @@
<script src="readmore.js"></script>
<script>
- $('article').readmore({maxHeight: 212});
+ $('article').readmore({maxHeight: 216});
</script>
</body>
</html> \ No newline at end of file