I think I may have answered my own question...
I started following a tutorial it took me ages to find. (won't let me link to it)
It said I should put this bit of code where I would ordinarily reference the stylesheet. e.g:
Code:
<title>Library Info System</title>
<%= stylesheet_link_tag "style" %>
</head>
In my case it was:
Code:
<%= stylesheet_link_tag "helloworld-layout.css" %>
So I did this and then moved my stylesheet to /public/stylesheets/ instead of in the same directory as the layout file.
Huzzah... It worked!
Sorry to have wasted anybody's time, but who knows, somebody else might find this useful.
Bookmarks