diff options
author | Jed Foster <jed@jedfoster.com> | 2013-04-26 08:11:30 -0700 |
---|---|---|
committer | Jed Foster <jed@jedfoster.com> | 2013-04-26 08:11:30 -0700 |
commit | db42591284567c51108d0563db001205e0b19d9d (patch) | |
tree | b1aadd011da1daab902810f57ff1bdfad6cbbbc1 | |
parent | d041632954a2b2f5e7c608571246270665968a5a (diff) | |
download | Readmore.js-db42591284567c51108d0563db001205e0b19d9d.zip Readmore.js-db42591284567c51108d0563db001205e0b19d9d.tar.gz Readmore.js-db42591284567c51108d0563db001205e0b19d9d.tar.bz2 |
Tweak margins on demo section
-rw-r--r-- | demo.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |