# Use "patch -p0 < lush-nathan.patch" # From CHANGELOG 0.99.6: "Fixed the dropping sidebar in IE when italic text is present" diff -Naur lush/_css/msie.css patched/_css/msie.css --- lush/_css/msie.css 2006-03-19 04:43:09.000000000 -0700 +++ patched/_css/msie.css 2006-03-23 20:45:58.000000000 -0700 @@ -18,4 +18,7 @@ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); } - +.postcontent { + width: 481px; + overflow:visible; +} # Add 12x12 RSS icon "_img/rss12.gif" diff -Naur lush/_img/rss12.gif patched/_img/rss12.gif --- lush/_img/rss12.gif 1969-12-31 17:00:00.000000000 -0700 +++ patched/_img/rss12.gif 2006-03-25 18:30:32.000000000 -0700 @@ -0,0 +1,2 @@ +GIF89a T=>::D9BBi,{7~29o.4{=r56;]uc?vOFs._ĚS>ǚfj0j}wn4v=^eh1y0~7ŚM^*9z3@c+847896:!T, @TATNRS#>S;-S ).  comment_date_gmt . " GMT")), time())) ?>
- Avatar" /> + Avatar" />
# Remove extraneous lines from functions.php, which caused my host to # complain of headers already being sent. diff -Naur lush/functions.php patched/functions.php --- lush/functions.php 2006-03-19 06:42:56.000000000 -0700 +++ patched/functions.php 2006-03-24 13:15:52.000000000 -0700 @@ -260,5 +260,3 @@ $result = $wpdb->query($burninate); } } ?> - - # (1) From CHANGELOG: "Fixes the link in the hot header" # (2) Add WordPress calendar via get_calendar() diff -Naur lush/header.php patched/header.php --- lush/header.php 2006-03-19 06:28:45.000000000 -0700 +++ patched/header.php 2006-03-23 20:45:13.000000000 -0700 @@ -50,7 +50,7 @@
@@ -110,6 +110,15 @@
+ + # This was causing a duplicate header on my install. I patched (er, # /hacked/). Works for me, but I haven't dared touch XHTML validation... diff -Naur lush/single.php patched/single.php --- lush/single.php 2006-03-19 04:53:21.000000000 -0700 +++ patched/single.php 2006-03-24 08:17:14.000000000 -0700 @@ -1,15 +1,5 @@ -
-
- # Remove the background, border, and padding, turn the ladybugs off, # and add some style to fix the calendar link display. diff -Naur lush/style.css patched/style.css --- lush/style.css 2006-03-19 06:40:19.000000000 -0700 +++ patched/style.css 2006-03-25 18:03:31.000000000 -0700 @@ -638,14 +638,14 @@ } .post p, #viewpage p { - clear: both; +/* clear: both; */ } + .post img, #viewpage img { - background: #fff; - border: 1px solid #ccc; - padding: 7px; + border: 0px } + .postmetadata { margin-left: 38px; } @@ -1067,7 +1067,7 @@ } #ladybug { - + display: none; background:url(./_img/lbtop.gif); position:relative; top: 76px; @@ -1080,7 +1080,7 @@ } #naughty { - display:block; + display:none; position:relative; float:left; right:13px; @@ -1130,8 +1130,33 @@ text-align: right; } +#wp-calendar a +/* To override .sidebar-note li a */ +{ + color: white; + font-weight: bold; + text-decoration: underline; + display: inline; + width: auto; + background-image: none; + padding: 0px; + line-height: auto; +} +#wp-calendar #today +{ + border: solid 1px red; +} +#table wp-calendar +{ + text-align: center; + width: auto; + margin-left: auto; + margin-right: auto; +} - - +#wp-calendar th, #wp-calendar td +{ + text-align: right; +}