More clean up of code and elements in stylesheets.

svn: r12394
This commit is contained in:
Rob G. Healey
2009-03-29 22:26:36 +00:00
parent 82c9108b23
commit 0a1fa5b89d
3 changed files with 31 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ ol {
/* Navigation
----------------------------------------------------- */
#navigation { display:none; }
#navigation, #subnavigation { display:none; }
/* Main Table
----------------------------------------------------- */
@@ -669,3 +669,25 @@ body#WebCal a {
font-size:12pt;
color:#999;
}
/* Calendar : Full Year */
body#fullyearlinked div.content {
width:963px;
margin:0 auto;
padding:15px 0 2px 2px;
}
body#fullyearlinked table.calendar {
float:left;
width:320px;
height:18em;
border:solid 1px #000;
}
body#fullyearlinked table.calendar thead tr th {
height:2em;
}
body#fullyearlinked table.calendar thead tr th.monthName {
font-size:1.2em;
padding:2px 0;
}
body#fullyearlinked table.calendar tbody tr td {
height:3em;
}

View File

@@ -1206,9 +1206,3 @@ body#fullyearlinked table.calendar thead tr th.monthName {
body#fullyearlinked table.calendar tbody tr td {
height:3em;
}
body#fullyearlinked table.calendar tbody tr td.saturday {
border-right:solid 2px #000;
}
body#fullyearlinked able.calendar tbody tr td.sunday {
border:solid 2px #000;
}