Difference between revisions of "Team:Tuebingen/Notebook"

Line 10: Line 10:
 
for (var w=0;w<3;w++) {
 
for (var w=0;w<3;w++) {
 
var month = document.createElement('div');
 
var month = document.createElement('div');
month.style.cssText = 'width:210px;height:130px;float:left;margin:5px;border:2px solid grey';
+
month.style.cssText = 'width:210px;height:140px;float:left;margin:5px;border:2px solid grey';
 
var monthTitle = document.createElement('div');
 
var monthTitle = document.createElement('div');
monthTitle.style.cssText = 'width:100%;height:10px;font-size:10px;';
+
monthTitle.style.cssText = 'width:100%;height:20px;font-size:16px;line-height:16px;';
 
monthTitle.innerHTML = 'July';
 
monthTitle.innerHTML = 'July';
 
month.appendChild(monthTitle);
 
month.appendChild(monthTitle);

Revision as of 01:32, 18 September 2015

<
>