Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed some thead and tbody
  • Loading branch information
moodler committed Feb 14, 2005
1 parent f136e4c commit a0c7341
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion theme/standard/styles_color.css
Expand Up @@ -356,7 +356,7 @@ table.message_search_results td {
border-color: #DDDDDD;
}

#calendar .maincalendar table.calendarmonth thead th {
#calendar .maincalendar table.calendarmonth th {
border-color: #000000;
}

Expand Down
4 changes: 2 additions & 2 deletions theme/standard/styles_fonts.css
Expand Up @@ -266,7 +266,7 @@ h4 {
font-weight:bold;
}

#calendar .maincalendar table.calendarmonth tbody td {
#calendar .maincalendar table.calendarmonth td {
font-size:0.8em;
line-height:1.2em;
}
Expand Down Expand Up @@ -295,7 +295,7 @@ table.minicalendar {
font-size:0.85em;
}

table.minicalendar tbody td {
table.minicalendar td {
text-align: center;
}

Expand Down
14 changes: 7 additions & 7 deletions theme/standard/styles_layout.css
Expand Up @@ -373,25 +373,25 @@ table.message_search_results td {
width: 98%;
}

#calendar .maincalendar table.calendarmonth thead th {
#calendar .maincalendar table.calendarmonth th {
padding:10px;
border-bottom:2px solid;
}

#calendar .maincalendar table.calendarmonth tbody td {
#calendar .maincalendar table.calendarmonth td {
height: 5em;
padding-left: 4px;
padding-top: 4px;
}

#calendar .maincalendar table.calendarmonth tbody td,
table.minicalendar tbody td,
table.minicalendar thead th {
#calendar .maincalendar table.calendarmonth td,
table.minicalendar td,
table.minicalendar th {
width:14%;
vertical-align:top;
}

#calendar .maincalendar table.calendarmonth tbody td table td {
#calendar .maincalendar table.calendarmonth td table td {
height: auto;
}

Expand Down Expand Up @@ -455,7 +455,7 @@ table.minicalendar {
border-spacing:1px !important;
}

table.minicalendar thead th {
table.minicalendar th {
padding: 0px 2px;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/standard/styles_moz.css
Expand Up @@ -101,7 +101,7 @@ table.minicalendar {
-moz-border-radius:10px;
}

table.minicalendar tbody td {
table.minicalendar td {
-moz-border-radius:4px;
}

Expand Down

0 comments on commit a0c7341

Please sign in to comment.