diff options
-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> |