Skip to content

Commit

Permalink
update jQuery + fix css for calendrier td
Browse files Browse the repository at this point in the history
  • Loading branch information
krisxoofoo committed Aug 12, 2013
1 parent a2554ff commit 4660394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ a#top-link {background: url(images/up.png) no-repeat 0 0; height:48px; width:48p
#calendrier {display: block;border: none;}
#calendrier caption {font-size: 1.3em;padding: 4px;font-weight: bold;}
#calendrier caption a {font-weight: bold;text-decoration: none;}
#calendrier td {text-align: center;width: 50px;line-height: 2em; padding:0;}
#calendrier td {text-align: center;width: 60px;line-height: 2em; padding:0;}
#calendrier td a {display: block;text-decoration: none;border-width: 1px 0 0 1px;font-weight: bold;}
#calendrier td a:hover {border-width: 0 1px 1px 0;}
#calendrier td.active a {}
Expand Down

0 comments on commit 4660394

Please sign in to comment.