Dominic Mitchell <[EMAIL PROTECTED]> writes:
> I've just found that the scribbish CSS is slightly wrong -- it assumes
> your blog is at "/". This may be fixed in typo HEAD, but in case it
> isn't could somebody commit this? I would normally use the trac, but
> it's down at the moment...
>
> Thanks,
> -Dom
> === themes/scribbish/stylesheets/application.css
> ==================================================================
> --- themes/scribbish/stylesheets/application.css (revision 1189)
> +++ themes/scribbish/stylesheets/application.css (local)
> @@ -12,7 +12,7 @@
> #content form.comments { display:none; } }
>
> body {
> - background: url(/images/theme/background.gif) repeat-x left top;
> + background: url(../../images/theme/background.gif) repeat-x left top;
> font: normal 12px "lucida grande", verdana, arial, helvetica,
> sans-serif;
> }
>
> === themes/scribbish/stylesheets/content.css
> ==================================================================
> --- themes/scribbish/stylesheets/content.css (revision 1189)
> +++ themes/scribbish/stylesheets/content.css (local)
> @@ -3,7 +3,7 @@
> --------------------------------------------------------------*/
>
> #header {
> - background: url(/images/theme/header_shadow.gif) repeat-x left bottom;
> + background: url(../../images/theme/header_shadow.gif) repeat-x left
> bottom;
> }
>
> #header a:link,
> @@ -296,7 +296,7 @@
> }
>
> #sidebar .search .loading {
> - background: url(/images/theme/spinner.gif) no-repeat left 50%;
> + background: url(../../images/theme/spinner.gif) no-repeat left 50%;
> margin: 1em 0; padding: 0 0 0 20px;
> height: 15px;
> }
> _______________________________________________
> Typo-list mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/typo-list
--
Piers Cawley <[EMAIL PROTECTED]>
http://www.bofh.org.uk/
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list