diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-12 15:10:51 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-12 15:10:51 -0400 |
commit | 1b705f451d9dd74969edbe5d903fdca1b0c8db87 (patch) | |
tree | b5fdbcfcbcd0c583d94d9b2baf27a0a7663d7340 | |
parent | 5cc064a0e1f4ac05bdb975736fbcba3f69b74c9c (diff) | |
download | jQuery-Timepicker-Addon-1b705f451d9dd74969edbe5d903fdca1b0c8db87.zip jQuery-Timepicker-Addon-1b705f451d9dd74969edbe5d903fdca1b0c8db87.tar.gz jQuery-Timepicker-Addon-1b705f451d9dd74969edbe5d903fdca1b0c8db87.tar.bz2 |
Minor doc tweaks
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ a{ color: #7b94b2; } ul,ol{ margin: 10px 0 10px 40px; } li{ margin: 4px 0; } - dl{ margin: 10px 0 10px 40px; } + dl.defs{ margin: 10px 0 10px 40px; } dl.defs dt{ font-weight: bold; line-height: 20px; margin: 10px 0 0 0; } dl.defs dd{ margin: -20px 0 10px 160px; padding-bottom: 10px; border-bottom: solid 1px #eee;} pre{ font-size: 12px; padding: 0 0 0 10px; margin: 10px 0; border-left: solid 5px #fbebaf; overflow: auto; } @@ -371,7 +371,7 @@ <!-- ############################################################################# --> <div id="tp-localization"> - <h3>Working with Localizations</h3> + <h2>Working with Localizations</h2> <p>Timepicker comes with many translations and localizations, thanks to all the contributors. They can be found in the localization folder in the git repo.</p> |