public
Description: Click-draggable. Range-makeable. A better calendar.
Homepage: http://stephencelis.com/projects/timeframe
Clone URL: git://github.com/stephencelis/timeframe.git
Click here to lend your support to: timeframe and make a donation at www.pledgie.com !
IE7 display fix
stephencelis (author)
Mon Apr 21 08:56:00 -0700 2008
commit  da337a9e4a50f137ea0f1b57fddc68ec63b30360
tree    ab35641418289d3ab1acecbc4143d4ba50f7168e
parent  253455c35ec503e18b286a1bcc86a5f92fad903d
...
6
7
8
 
 
 
 
 
9
10
11
...
6
7
8
9
10
11
12
13
14
15
16
0
@@ -6,6 +6,11 @@
0
   <title>Timeframe</title>
0
   
0
   <link rel="stylesheet" href="stylesheets/timeframe.css" type="text/css" media="screen" title="timeframe" charset="utf-8"/>
0
+ <!--[if IE]>
0
+ <style type="text/css" media="screen">
0
+ #calendar_navigation { margin: 0; }
0
+ </style>
0
+ <![endif]-->
0
 </head>
0
 <body>
0
   <div id="page_container">
...
79
80
81
 
82
83
84
...
79
80
81
82
83
84
85
0
@@ -79,6 +79,7 @@ body {
0
 /* Calendar*/
0
 
0
 table {
0
+ border-collapse: collapse;
0
   margin: 0 6px 15px;
0
   float: left;
0
   font-size: 15px;

Comments

    No one has commented yet.