grösse lässt sich nun konfigurieren

This commit is contained in:
Manuel Friedli 2013-11-30 18:51:43 +01:00
parent 46eef92c4a
commit cc7c805168
3 changed files with 27 additions and 21 deletions

View file

@ -37,7 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
new Uhr($('#uhr'), {
layout: 'de_CH',
theme: 'black',
status: 'on'
status: 'on',
width: '20em'
});
</script>
</body>