Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .firstInfoBold
- {
- float:left;
- clear:left;
- width:200px;
- text-align:right;
- margin-right:5px;
- font-weight: bold;
- }
- .dayLabels
- {
- -webkit-transform:rotate(90deg);
- -moz-transform:rotate(90deg);
- -o-transform: rotate(90deg);
- white-space:nowrap;
- /*display:block;*/
- bottom:0;
- /*width:20px;
- height:20px;*/
- /*font-family: ‘Trebuchet MS’, Helvetica, sans-serif;*/
- /*font-size:12px;*/
- /*font-weight:bold; */
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
- -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
- }
- .timeTable
- {
- font-size: 14px;
- table-layout:fixed;
- }
- .weeklytotals
- {
- border-bottom: 1px double black;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement